Html Css Color HEX #4C4271 Meteorite

📋 copy color: '#4C4271'

red 76 ◦ green 66 ◦ blue 113

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

Shades of Meteorite #4C4271

Tints of Meteorite #4C4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 29.8%
G = 25.88%
B = 44.31%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C4271 (or 0x4C4271) is known color: Meteorite. HEX triplet: 4C, 42 and 71. RGB value is (76,66,113). Sum of RGB (Red+Green+Blue) = 76+66+113=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4271 is #B3BD8E. Grayscale: #4A4A4A. Windows color (decimal): -11779471 or 7422540. OLE color: 7422540.

HSL color Cylindrical-coordinate representation of color #4C4271: hue angle of 252.77º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C4271 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 66 113 -
CMYK 0.33 0.42 0 0.56
HSL 252.77º 0.26% 0.35% -
HSV(B) 252.77º 0.42% 0.44% -
XYZ 7.91 6.63 16.48 -
YUV 74.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 76 66 113 0.33 0.42 0 0.56 252.77 0.26 0.35
Hex 4C 42 71 21 2A 0 38 FD 1A 23
Octal 114 102 161 41 52 0 70 375 32 43
Binary 1001100 1000010 1110001 100001 101010 0 111000 11111101 11010 100011

Color Harmonies of #4C4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4271

Black with #4C4271

Text Example


Text Example

White with #4C4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,66,113); }

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

background-color css

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

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

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

border-color css

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

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

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