Html Css Color HEX #4C5ADB Royal Blue

📋 copy color: '#4C5ADB'

red 76 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #4C5ADB

Tints of Royal Blue #4C5ADB

RGB

 RED value IS 76 (30.08% from 255) = 19.74%

 GREEN value IS 90 (35.55% from 255) = 23.38%

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

R = 19.74%
G = 23.38%
B = 56.88%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C5ADB (or 0x4C5ADB) is known color: Royal Blue. HEX triplet: 4C, 5A and DB. RGB value is (76,90,219). Sum of RGB (Red+Green+Blue) = 76+90+219=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 90 (35.55% from 255 or 23.38% 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 #4C5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ADB is #B3A524. Grayscale: #636363. Windows color (decimal): -11773221 or 14375500. OLE color: 14375500.

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

Color convert

RGB 76 90 219 -
CMYK 0.65 0.59 0 0.14
HSL 234.13º 0.67% 0.58% -
HSV(B) 234.13º 0.65% 0.86% -
XYZ 19.42 13.96 68.69 -
YUV 100.52 194.86 110.51 -
System Red Green Blue C M Y K H S L
Decimal 76 90 219 0.65 0.59 0 0.14 234.13 0.67 0.58
Hex 4C 5A DB 41 3B 0 E EA 43 3A
Octal 114 132 333 101 73 0 16 352 103 72
Binary 1001100 1011010 11011011 1000001 111011 0 1110 11101010 1000011 111010

Color Harmonies of #4C5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5ADB

Black with #4C5ADB

Text Example


Text Example

White with #4C5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,219); }

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

background-color css

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

 a { background-color: rgb(76,90,219); }

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

border-color css

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

 span { border-color: rgb(76,90,219); }

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