Html Css Color HEX #4C53AB Rich Blue

📋 copy color: '#4C53AB'

red 76 ◦ green 83 ◦ blue 171

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

Shades of Rich Blue #4C53AB

Tints of Rich Blue #4C53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 23.03%
G = 25.15%
B = 51.82%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C53AB (or 0x4C53AB) is known color: Rich Blue. HEX triplet: 4C, 53 and AB. RGB value is (76,83,171). Sum of RGB (Red+Green+Blue) = 76+83+171=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C53AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C53AB is #B3AC54. Grayscale: #5A5A5A. Windows color (decimal): -11775061 or 11227980. OLE color: 11227980.

HSL color Cylindrical-coordinate representation of color #4C53AB: hue angle of 235.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C53AB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 83 171 -
CMYK 0.56 0.51 0 0.33
HSL 235.58º 0.38% 0.48% -
HSV(B) 235.58º 0.56% 0.67% -
XYZ 13.42 10.66 39.88 -
YUV 90.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 76 83 171 0.56 0.51 0 0.33 235.58 0.38 0.48
Hex 4C 53 AB 38 33 0 21 EC 26 30
Octal 114 123 253 70 63 0 41 354 46 60
Binary 1001100 1010011 10101011 111000 110011 0 100001 11101100 100110 110000

Color Harmonies of #4C53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C53AB

Black with #4C53AB

Text Example


Text Example

White with #4C53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,171); }

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

background-color css

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

 a { background-color: rgb(76,83,171); }

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

border-color css

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

 span { border-color: rgb(76,83,171); }

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