Html Css Color HEX #4C5DAD Rich Blue

📋 copy color: '#4C5DAD'

red 76 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #4C5DAD

Tints of Rich Blue #4C5DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 22.22%
G = 27.19%
B = 50.58%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C5DAD (or 0x4C5DAD) is known color: Rich Blue. HEX triplet: 4C, 5D and AD. RGB value is (76,93,173). Sum of RGB (Red+Green+Blue) = 76+93+173=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C5DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5DAD is #B3A252. Grayscale: #606060. Windows color (decimal): -11772499 or 11361612. OLE color: 11361612.

HSL color Cylindrical-coordinate representation of color #4C5DAD: hue angle of 229.48º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C5DAD is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 93 173 -
CMYK 0.56 0.46 0 0.32
HSL 229.48º 0.39% 0.49% -
HSV(B) 229.48º 0.56% 0.68% -
XYZ 14.44 12.38 41.16 -
YUV 97.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 76 93 173 0.56 0.46 0 0.32 229.48 0.39 0.49
Hex 4C 5D AD 38 2E 0 20 E5 27 31
Octal 114 135 255 70 56 0 40 345 47 61
Binary 1001100 1011101 10101101 111000 101110 0 100000 11100101 100111 110001

Color Harmonies of #4C5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5DAD

Black with #4C5DAD

Text Example


Text Example

White with #4C5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,93,173); }

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

background-color css

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

 a { background-color: rgb(76,93,173); }

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

border-color css

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

 span { border-color: rgb(76,93,173); }

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