Html Css Color HEX #4C446E Meteorite

📋 copy color: '#4C446E'

red 76 ◦ green 68 ◦ blue 110

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

Shades of Meteorite #4C446E

Tints of Meteorite #4C446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 29.92%
G = 26.77%
B = 43.31%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C446E (or 0x4C446E) is known color: Meteorite. HEX triplet: 4C, 44 and 6E. RGB value is (76,68,110). Sum of RGB (Red+Green+Blue) = 76+68+110=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C446E is #B3BB91. Grayscale: #4B4B4B. Windows color (decimal): -11778962 or 7226444. OLE color: 7226444.

HSL color Cylindrical-coordinate representation of color #4C446E: hue angle of 251.43º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C446E is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 68 110 -
CMYK 0.31 0.38 0 0.57
HSL 251.43º 0.24% 0.35% -
HSV(B) 251.43º 0.38% 0.43% -
XYZ 7.86 6.8 15.65 -
YUV 75.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 76 68 110 0.31 0.38 0 0.57 251.43 0.24 0.35
Hex 4C 44 6E 1F 26 0 39 FB 18 23
Octal 114 104 156 37 46 0 71 373 30 43
Binary 1001100 1000100 1101110 11111 100110 0 111001 11111011 11000 100011

Color Harmonies of #4C446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C446E

Black with #4C446E

Text Example


Text Example

White with #4C446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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