#467AD4

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

Shades of Royal Blue #467AD4

Tints of Royal Blue #467AD4

Color information

#467AD4 (or 0x467AD4) is unknown color: approx Royal Blue. HEX triplet: 46, 7A and D4. RGB value is (70,122,212). Sum of RGB (Red+Green+Blue) = 70+122+212=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #467AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AD4 is #B9852B. Grayscale: #747474. Windows color (decimal): -12158252 or 13924934. OLE color: 13924934.

HSL color Cylindrical-coordinate representation of color #467AD4: hue angle of 218.03º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467AD4 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70122212-
CMYK0.670.4200.17
HSL218.03º62.28%55.29%-
HSV(B)218.03º66.98%83.14%-
XYZ21.3719.9765.02-
YUV116.71181.7794.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.33%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 212 (83.20% from 255) = 52.48%
R=17.33%
G=30.20%
B=52.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal701222120.670.4200.17218.0362.2855.29
Hex467AD4432A011da3e37
Octal106172324103520213327667
Binary1000110111101011010100100001110101001000111011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,212); }

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

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

 a { background-color: rgb(70,122,212); }

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

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

 span { border-color: rgb(70,122,212); }

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