#467BD7

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

Shades of Royal Blue #467BD7

Tints of Royal Blue #467BD7

Color information

#467BD7 (or 0x467BD7) is unknown color: approx Royal Blue. HEX triplet: 46, 7B and D7. RGB value is (70,123,215). Sum of RGB (Red+Green+Blue) = 70+123+215=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #467BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BD7 is #B98428. Grayscale: #757575. Windows color (decimal): -12157993 or 14121798. OLE color: 14121798.

HSL color Cylindrical-coordinate representation of color #467BD7: hue angle of 218.07º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467BD7 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70123215-
CMYK0.670.4300.16
HSL218.07º64.44%55.88%-
HSV(B)218.07º67.44%84.31%-
XYZ21.8720.3767.07-
YUV117.64182.9494.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.16%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 215 (84.38% from 255) = 52.70%
R=17.16%
G=30.15%
B=52.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701232150.670.4300.16218.0764.4455.88
Hex467BD7432B010da4038
Octal1061733271035302033210070
Binary10001101111011110101111000011101011010000110110101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,123,215); }

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

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

 a { background-color: rgb(70,123,215); }

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

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

 span { border-color: rgb(70,123,215); }

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