Html Css Color HEX #4C446F Meteorite

📋 copy color: '#4C446F'

red 76 ◦ green 68 ◦ blue 111

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

Shades of Meteorite #4C446F

Tints of Meteorite #4C446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 29.8%
G = 26.67%
B = 43.53%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C446F (or 0x4C446F) is known color: Meteorite. HEX triplet: 4C, 44 and 6F. RGB value is (76,68,111). Sum of RGB (Red+Green+Blue) = 76+68+111=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C446F is #B3BB90. Grayscale: #4B4B4B. Windows color (decimal): -11778961 or 7291980. OLE color: 7291980.

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

Color convert

RGB 76 68 111 -
CMYK 0.32 0.39 0 0.56
HSL 251.16º 0.24% 0.35% -
HSV(B) 251.16º 0.39% 0.44% -
XYZ 7.92 6.82 15.94 -
YUV 75.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 76 68 111 0.32 0.39 0 0.56 251.16 0.24 0.35
Hex 4C 44 6F 20 27 0 38 FB 18 23
Octal 114 104 157 40 47 0 70 373 30 43
Binary 1001100 1000100 1101111 100000 100111 0 111000 11111011 11000 100011

Color Harmonies of #4C446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C446F

Black with #4C446F

Text Example


Text Example

White with #4C446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,111); }

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

background-color css

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

 a { background-color: rgb(76,68,111); }

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

border-color css

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

 span { border-color: rgb(76,68,111); }

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