#4875CF

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

Shades of Royal Blue #4875CF

Tints of Royal Blue #4875CF

Color information

#4875CF (or 0x4875CF) is unknown color: approx Royal Blue. HEX triplet: 48, 75 and CF. RGB value is (72,117,207). Sum of RGB (Red+Green+Blue) = 72+117+207=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #4875CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875CF is #B78A30. Grayscale: #717171. Windows color (decimal): -12028465 or 13595976. OLE color: 13595976.

HSL color Cylindrical-coordinate representation of color #4875CF: hue angle of 220º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4875CF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72117207-
CMYK0.650.4300.19
HSL220º58.44%54.71%-
HSV(B)220º65.22%81.18%-
XYZ20.318.6161.55-
YUV113.8180.5998.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.18%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 207 (81.25% from 255) = 52.27%
R=18.18%
G=29.55%
B=52.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721172070.650.4300.1922058.4454.71
Hex4875CF412B013dc3a37
Octal110165317101530233347267
Binary1001000111010111001111100000110101101001111011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4875CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4875CF; }

 p { color: rgb(72,117,207); }

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

<style>
 a { background-color: #4875CF; }

 a { background-color: rgb(72,117,207); }

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

<style>
 span { border-color: #4875CF; }

 span { border-color: rgb(72,117,207); }

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