#4975CE

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

Shades of Royal Blue #4975CE

Tints of Royal Blue #4975CE

Color information

#4975CE (or 0x4975CE) is unknown color: approx Royal Blue. HEX triplet: 49, 75 and CE. RGB value is (73,117,206). Sum of RGB (Red+Green+Blue) = 73+117+206=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #4975CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975CE is #B68A31. Grayscale: #717171. Windows color (decimal): -11962930 or 13530441. OLE color: 13530441.

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

Color convert

RGB73117206-
CMYK0.650.4300.19
HSL220.15º57.58%54.71%-
HSV(B)220.15º64.56%80.78%-
XYZ20.2518.660.91-
YUV113.99179.9298.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 206 (80.86% from 255) = 52.02%
R=18.43%
G=29.55%
B=52.02%

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
Decimal731172060.650.4300.19220.1557.5854.71
Hex4975CE412B013dc3a37
Octal111165316101530233347267
Binary1001001111010111001110100000110101101001111011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4975CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,117,206); }

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

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

 a { background-color: rgb(73,117,206); }

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

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

 span { border-color: rgb(73,117,206); }

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