#4874CD

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

Shades of Royal Blue #4874CD

Tints of Royal Blue #4874CD

Color information

#4874CD (or 0x4874CD) is unknown color: approx Royal Blue. HEX triplet: 48, 74 and CD. RGB value is (72,116,205). Sum of RGB (Red+Green+Blue) = 72+116+205=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #4874CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874CD is #B78B32. Grayscale: #707070. Windows color (decimal): -12028723 or 13464648. OLE color: 13464648.

HSL color Cylindrical-coordinate representation of color #4874CD: hue angle of 220.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4874CD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72116205-
CMYK0.650.4300.20
HSL220.15º57.08%54.31%-
HSV(B)220.15º64.88%80.39%-
XYZ19.9418.2860.23-
YUV112.99179.9298.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=18.32%
G=29.52%
B=52.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721162050.650.4300.20220.1557.0854.31
Hex4874CD412B014dc3936
Octal110164315101530243347166
Binary1001000111010011001101100000110101101010011011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4874CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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