Html Css Color HEX #4C4269 Meteorite

📋 copy color: '#4C4269'

red 76 ◦ green 66 ◦ blue 105

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

Shades of Meteorite #4C4269

Tints of Meteorite #4C4269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 30.77%
G = 26.72%
B = 42.51%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C4269 (or 0x4C4269) is known color: Meteorite. HEX triplet: 4C, 42 and 69. RGB value is (76,66,105). Sum of RGB (Red+Green+Blue) = 76+66+105=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C4269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4269 is #B3BD96. Grayscale: #494949. Windows color (decimal): -11779479 or 6898252. OLE color: 6898252.

HSL color Cylindrical-coordinate representation of color #4C4269: hue angle of 255.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C4269 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 66 105 -
CMYK 0.28 0.37 0 0.59
HSL 255.38º 0.23% 0.34% -
HSV(B) 255.38º 0.37% 0.41% -
XYZ 7.48 6.45 14.22 -
YUV 73.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 76 66 105 0.28 0.37 0 0.59 255.38 0.23 0.34
Hex 4C 42 69 1C 25 0 3B FF 17 22
Octal 114 102 151 34 45 0 73 377 27 42
Binary 1001100 1000010 1101001 11100 100101 0 111011 11111111 10111 100010

Color Harmonies of #4C4269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4269

Black with #4C4269

Text Example


Text Example

White with #4C4269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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