#4873CF

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

Shades of Royal Blue #4873CF

Tints of Royal Blue #4873CF

Color information

#4873CF (or 0x4873CF) is unknown color: approx Royal Blue. HEX triplet: 48, 73 and CF. RGB value is (72,115,207). Sum of RGB (Red+Green+Blue) = 72+115+207=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #4873CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4873CF is #B78C30. Grayscale: #707070. Windows color (decimal): -12028977 or 13595464. OLE color: 13595464.

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

Color convert

RGB72115207-
CMYK0.650.4400.19
HSL220.89º58.44%54.71%-
HSV(B)220.89º65.22%81.18%-
XYZ20.0718.1461.48-
YUV112.63181.2599.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 207 (81.25% from 255) = 52.54%
R=18.27%
G=29.19%
B=52.54%

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
Decimal721152070.650.4400.19220.8958.4454.71
Hex4873CF412C013dd3a37
Octal110163317101540233357267
Binary1001000111001111001111100000110110001001111011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4873CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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