Html Css Color HEX #4C4AB6 Rich Blue

📋 copy color: '#4C4AB6'

red 76 ◦ green 74 ◦ blue 182

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

Shades of Rich Blue #4C4AB6

Tints of Rich Blue #4C4AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 182 (71.48% from 255) = 54.82%

R = 22.89%
G = 22.29%
B = 54.82%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4C4AB6 (or 0x4C4AB6) is known color: Rich Blue. HEX triplet: 4C, 4A and B6. RGB value is (76,74,182). Sum of RGB (Red+Green+Blue) = 76+74+182=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #4C4AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4AB6 is #B3B549. Grayscale: #565656. Windows color (decimal): -11777354 or 11946572. OLE color: 11946572.

HSL color Cylindrical-coordinate representation of color #4C4AB6: hue angle of 241.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C4AB6 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 74 182 -
CMYK 0.58 0.59 0 0.29
HSL 241.11º 0.43% 0.5% -
HSV(B) 241.11º 0.59% 0.71% -
XYZ 13.87 9.81 45.42 -
YUV 86.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 76 74 182 0.58 0.59 0 0.29 241.11 0.43 0.5
Hex 4C 4A B6 3A 3B 0 1D F1 2B 32
Octal 114 112 266 72 73 0 35 361 53 62
Binary 1001100 1001010 10110110 111010 111011 0 11101 11110001 101011 110010

Color Harmonies of #4C4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4AB6

Black with #4C4AB6

Text Example


Text Example

White with #4C4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,74,182); }

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

background-color css

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

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

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

border-color css

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

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

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