#4762D5

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

Shades of Royal Blue #4762D5

Tints of Royal Blue #4762D5

Color information

#4762D5 (or 0x4762D5) is unknown color: approx Royal Blue. HEX triplet: 47, 62 and D5. RGB value is (71,98,213). Sum of RGB (Red+Green+Blue) = 71+98+213=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #4762D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4762D5 is #B89D2A. Grayscale: #666666. Windows color (decimal): -12098859 or 13984327. OLE color: 13984327.

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

Color convert

RGB7198213-
CMYK0.670.5400.16
HSL228.59º62.83%55.69%-
HSV(B)228.59º66.67%83.53%-
XYZ18.9814.8864.82-
YUV103.04190.05105.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 213 (83.59% from 255) = 55.76%
R=18.59%
G=25.65%
B=55.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71982130.670.5400.16228.5962.8355.69
Hex4762D54336010e53f38
Octal107142325103660203457770
Binary1000111110001011010101100001111011001000011100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4762D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4762D5; }

 p { color: rgb(71,98,213); }

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

<style>
 a { background-color: #4762D5; }

 a { background-color: rgb(71,98,213); }

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

<style>
 span { border-color: #4762D5; }

 span { border-color: rgb(71,98,213); }

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