Html Css Color HEX #4A5CDB Royal Blue

📋 copy color: '#4A5CDB'

red 74 ◦ green 92 ◦ blue 219

#4A5CDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4A5CDB

Tints of Royal Blue #4A5CDB

RGB

 RED value IS 74 (29.3% from 255) = 19.22%

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 19.22%
G = 23.9%
B = 56.88%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A5CDB (or 0x4A5CDB) is known color: Royal Blue. HEX triplet: 4A, 5C and DB. RGB value is (74,92,219). Sum of RGB (Red+Green+Blue) = 74+92+219=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A5CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5CDB is #B5A324. Grayscale: #646464. Windows color (decimal): -11903781 or 14376010. OLE color: 14376010.

HSL color Cylindrical-coordinate representation of color #4A5CDB: hue angle of 232.55º 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 #4A5CDB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 92 219 -
CMYK 0.66 0.58 0 0.14
HSL 232.55º 0.67% 0.57% -
HSV(B) 232.55º 0.66% 0.86% -
XYZ 19.44 14.22 68.74 -
YUV 101.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 74 92 219 0.66 0.58 0 0.14 232.55 0.67 0.57
Hex 4A 5C DB 42 3A 0 E E9 43 39
Octal 112 134 333 102 72 0 16 351 103 71
Binary 1001010 1011100 11011011 1000010 111010 0 1110 11101001 1000011 111001

Color Harmonies of #4A5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5CDB

Black with #4A5CDB

Text Example


Text Example

White with #4A5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5CDB;
 }
 .AnyTagClassName
 {
   color: #4A5CDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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