Html Css Color HEX #4C5BAB Rich Blue

📋 copy color: '#4C5BAB'

red 76 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #4C5BAB

Tints of Rich Blue #4C5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

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

R = 22.49%
G = 26.92%
B = 50.59%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C5BAB (or 0x4C5BAB) is known color: Rich Blue. HEX triplet: 4C, 5B and AB. RGB value is (76,91,171). Sum of RGB (Red+Green+Blue) = 76+91+171=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C5BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5BAB is #B3A454. Grayscale: #5F5F5F. Windows color (decimal): -11773013 or 11230028. OLE color: 11230028.

HSL color Cylindrical-coordinate representation of color #4C5BAB: hue angle of 230.53º 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 #4C5BAB is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 91 171 -
CMYK 0.56 0.47 0 0.33
HSL 230.53º 0.38% 0.48% -
HSV(B) 230.53º 0.56% 0.67% -
XYZ 14.07 11.96 40.09 -
YUV 95.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 76 91 171 0.56 0.47 0 0.33 230.53 0.38 0.48
Hex 4C 5B AB 38 2F 0 21 E7 26 30
Octal 114 133 253 70 57 0 41 347 46 60
Binary 1001100 1011011 10101011 111000 101111 0 100001 11100111 100110 110000

Color Harmonies of #4C5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5BAB

Black with #4C5BAB

Text Example


Text Example

White with #4C5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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