Html Css Color HEX #4C4272 Meteorite

📋 copy color: '#4C4272'

red 76 ◦ green 66 ◦ blue 114

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

Shades of Meteorite #4C4272

Tints of Meteorite #4C4272

RGB

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

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

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

R = 29.69%
G = 25.78%
B = 44.53%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C4272 (or 0x4C4272) is known color: Meteorite. HEX triplet: 4C, 42 and 72. RGB value is (76,66,114). Sum of RGB (Red+Green+Blue) = 76+66+114=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4272 is #B3BD8D. Grayscale: #4A4A4A. Windows color (decimal): -11779470 or 7488076. OLE color: 7488076.

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

Color convert

RGB 76 66 114 -
CMYK 0.33 0.42 0 0.55
HSL 252.5º 0.27% 0.35% -
HSV(B) 252.5º 0.42% 0.45% -
XYZ 7.97 6.65 16.78 -
YUV 74.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 76 66 114 0.33 0.42 0 0.55 252.5 0.27 0.35
Hex 4C 42 72 21 2A 0 37 FD 1B 23
Octal 114 102 162 41 52 0 67 375 33 43
Binary 1001100 1000010 1110010 100001 101010 0 110111 11111101 11011 100011

Color Harmonies of #4C4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4272

Black with #4C4272

Text Example


Text Example

White with #4C4272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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