#467cdf

Color #467CDF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #467CDF

Tints of Royal Blue #467CDF

Color information

#467CDF (or 0x467CDF) is unknown color: approx Royal Blue. HEX triplet: 46, 7C and DF. RGB value is (70,124,223). Sum of RGB (Red+Green+Blue) = 70+124+223=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #467CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CDF is #B98320. Grayscale: #767676. Windows color (decimal): -12157729 or 14646342. OLE color: 14646342.

HSL color Cylindrical-coordinate representation of color #467CDF: hue angle of 218.82º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467CDF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70124223-
CMYK0.690.4400.13
HSL218.82º70.51%57.45%-
HSV(B)218.82º68.61%87.45%-
XYZ23.0521.0572.66-
YUV119.14186.6192.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 16.79%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 223 (87.5% from 255) = 53.48%
R=16.79%
G=29.74%
B=53.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701242230.690.4400.13218.8270.5157.45
Hex467CDF452C0Ddb4739
Octal1061743371055401533310771
Binary1000110111110011011111100010110110001101110110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467cdf; }

 p { color: rgb(70,124,223); }

 H1.HeaderClassName
 {
   color: #467cdf;
 }
 .AnyTagClassName
 {
   color: #467cdf;
 }
</style>
background-color css

<style>
 a { background-color: #467cdf; }

 a { background-color: rgb(70,124,223); }

 div.DivClassName
 {
   background-color: #467cdf;
 }
 .BgClassName
 {
   background-color: #467cdf;
 }
</style>
border-color css

<style>
 span { border-color: #467cdf; }

 span { border-color: rgb(70,124,223); }

 td.TdClassName
 {
   border-color: #467cdf;
 }
 .TagClassName
 {
   border-color: #467cdf;
 }
</style>