#4876CF

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

Shades of Royal Blue #4876CF

Tints of Royal Blue #4876CF

Color information

#4876CF (or 0x4876CF) is unknown color: approx Royal Blue. HEX triplet: 48, 76 and CF. RGB value is (72,118,207). Sum of RGB (Red+Green+Blue) = 72+118+207=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #4876CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4876CF is #B78930. Grayscale: #717171. Windows color (decimal): -12028209 or 13596232. OLE color: 13596232.

HSL color Cylindrical-coordinate representation of color #4876CF: hue angle of 219.56º 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 #4876CF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72118207-
CMYK0.650.4300.19
HSL219.56º58.44%54.71%-
HSV(B)219.56º65.22%81.18%-
XYZ20.4118.8461.59-
YUV114.39180.2697.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 207 (81.25% from 255) = 52.14%
R=18.14%
G=29.72%
B=52.14%

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
Decimal721182070.650.4300.19219.5658.4454.71
Hex4876CF412B013dc3a37
Octal110166317101530233347267
Binary1001000111011011001111100000110101101001111011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4876CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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