#4874CE

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

Shades of Royal Blue #4874CE

Tints of Royal Blue #4874CE

Color information

#4874CE (or 0x4874CE) is unknown color: approx Royal Blue. HEX triplet: 48, 74 and CE. RGB value is (72,116,206). Sum of RGB (Red+Green+Blue) = 72+116+206=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #4874CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874CE is #B78B31. Grayscale: #707070. Windows color (decimal): -12028722 or 13530184. OLE color: 13530184.

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

Color convert

RGB72116206-
CMYK0.650.4400.19
HSL220.3º57.76%54.51%-
HSV(B)220.3º65.05%80.78%-
XYZ20.0618.3260.87-
YUV113.1180.4298.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 206 (80.86% from 255) = 52.28%
R=18.27%
G=29.44%
B=52.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721162060.650.4400.19220.357.7654.51
Hex4874CE412C013dc3a37
Octal110164316101540233347267
Binary1001000111010011001110100000110110001001111011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4874CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4874CE; }

 p { color: rgb(72,116,206); }

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

<style>
 a { background-color: #4874CE; }

 a { background-color: rgb(72,116,206); }

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

<style>
 span { border-color: #4874CE; }

 span { border-color: rgb(72,116,206); }

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