Html Css Color HEX #4C4072 Meteorite

📋 copy color: '#4C4072'

red 76 ◦ green 64 ◦ blue 114

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

Shades of Meteorite #4C4072

Tints of Meteorite #4C4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 29.92%
G = 25.2%
B = 44.88%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C4072 (or 0x4C4072) is known color: Meteorite. HEX triplet: 4C, 40 and 72. RGB value is (76,64,114). Sum of RGB (Red+Green+Blue) = 76+64+114=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4072 is #B3BF8D. Grayscale: #494949. Windows color (decimal): -11779982 or 7487564. OLE color: 7487564.

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

Color convert

RGB 76 64 114 -
CMYK 0.33 0.44 0 0.55
HSL 254.4º 0.28% 0.35% -
HSV(B) 254.4º 0.44% 0.45% -
XYZ 7.85 6.42 16.74 -
YUV 73.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 76 64 114 0.33 0.44 0 0.55 254.4 0.28 0.35
Hex 4C 40 72 21 2C 0 37 FE 1C 23
Octal 114 100 162 41 54 0 67 376 34 43
Binary 1001100 1000000 1110010 100001 101100 0 110111 11111110 11100 100011

Color Harmonies of #4C4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4072

Black with #4C4072

Text Example


Text Example

White with #4C4072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,114); }

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

background-color css

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

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

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

border-color css

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

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

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