#4671C9

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

Shades of Royal Blue #4671C9

Tints of Royal Blue #4671C9

Color information

#4671C9 (or 0x4671C9) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and C9. RGB value is (70,113,201). Sum of RGB (Red+Green+Blue) = 70+113+201=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #4671C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671C9 is #B98E36. Grayscale: #6D6D6D. Windows color (decimal): -12160567 or 13201734. OLE color: 13201734.

HSL color Cylindrical-coordinate representation of color #4671C9: hue angle of 220.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4671C9 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70113201-
CMYK0.650.4400.21
HSL220.31º54.81%53.14%-
HSV(B)220.31º65.17%78.82%-
XYZ18.9717.3357.6-
YUV110.18179.2599.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.23%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 201 (78.91% from 255) = 52.34%
R=18.23%
G=29.43%
B=52.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701132010.650.4400.21220.3154.8153.14
Hex4671C9412C015dc3735
Octal106161311101540253346765
Binary1000110111000111001001100000110110001010111011100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4671C9; }

 p { color: rgb(70,113,201); }

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

<style>
 a { background-color: #4671C9; }

 a { background-color: rgb(70,113,201); }

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

<style>
 span { border-color: #4671C9; }

 span { border-color: rgb(70,113,201); }

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