Html Css Color HEX #4C4CAB Rich Blue

📋 copy color: '#4C4CAB'

red 76 ◦ green 76 ◦ blue 171

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

Shades of Rich Blue #4C4CAB

Tints of Rich Blue #4C4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

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

R = 23.53%
G = 23.53%
B = 52.94%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C4CAB (or 0x4C4CAB) is known color: Rich Blue. HEX triplet: 4C, 4C and AB. RGB value is (76,76,171). Sum of RGB (Red+Green+Blue) = 76+76+171=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C4CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4CAB is #B3B354. Grayscale: #565656. Windows color (decimal): -11776853 or 11226188. OLE color: 11226188.

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

Color convert

RGB 76 76 171 -
CMYK 0.56 0.56 0 0.33
HSL 240º 0.38% 0.48% -
HSV(B) 240º 0.56% 0.67% -
XYZ 12.92 9.65 39.71 -
YUV 86.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 76 76 171 0.56 0.56 0 0.33 240 0.38 0.48
Hex 4C 4C AB 38 38 0 21 F0 26 30
Octal 114 114 253 70 70 0 41 360 46 60
Binary 1001100 1001100 10101011 111000 111000 0 100001 11110000 100110 110000

Color Harmonies of #4C4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4CAB

Black with #4C4CAB

Text Example


Text Example

White with #4C4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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