#4A5BDB

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

Shades of Royal Blue #4A5BDB

Tints of Royal Blue #4A5BDB

Color information

#4A5BDB (or 0x4A5BDB) is unknown color: approx Royal Blue. HEX triplet: 4A, 5B and DB. RGB value is (74,91,219). Sum of RGB (Red+Green+Blue) = 74+91+219=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A5BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5BDB is #B5A424. Grayscale: #636363. Windows color (decimal): -11904037 or 14375754. OLE color: 14375754.

HSL color Cylindrical-coordinate representation of color #4A5BDB: hue angle of 232.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5BDB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7491219-
CMYK0.660.5800.14
HSL232.97º66.82%57.45%-
HSV(B)232.97º66.21%85.88%-
XYZ19.3514.0568.71-
YUV100.51194.87109.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.27%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 219 (85.94% from 255) = 57.03%
R=19.27%
G=23.70%
B=57.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal74912190.660.5800.14232.9766.8257.45
Hex4A5BDB423A0Ee94339
Octal1121333331027201635110371
Binary1001010101101111011011100001011101001110111010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5BDB; }

 p { color: rgb(74,91,219); }

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

<style>
 a { background-color: #4A5BDB; }

 a { background-color: rgb(74,91,219); }

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

<style>
 span { border-color: #4A5BDB; }

 span { border-color: rgb(74,91,219); }

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