#4962D6

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

Shades of Royal Blue #4962D6

Tints of Royal Blue #4962D6

Color information

#4962D6 (or 0x4962D6) is unknown color: approx Royal Blue. HEX triplet: 49, 62 and D6. RGB value is (73,98,214). Sum of RGB (Red+Green+Blue) = 73+98+214=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #4962D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4962D6 is #B69D29. Grayscale: #676767. Windows color (decimal): -11967786 or 14049865. OLE color: 14049865.

HSL color Cylindrical-coordinate representation of color #4962D6: hue angle of 229.36º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4962D6 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7398214-
CMYK0.660.5400.16
HSL229.36º63.23%56.27%-
HSV(B)229.36º65.89%83.92%-
XYZ19.2515.0165.5-
YUV103.75190.22106.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=18.96%
G=25.45%
B=55.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73982140.660.5400.16229.3663.2356.27
Hex4962D64236010e53f38
Octal111142326102660203457770
Binary1001001110001011010110100001011011001000011100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4962D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4962D6; }

 p { color: rgb(73,98,214); }

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

<style>
 a { background-color: #4962D6; }

 a { background-color: rgb(73,98,214); }

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

<style>
 span { border-color: #4962D6; }

 span { border-color: rgb(73,98,214); }

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