Html Css Color HEX #4E386E Meteorite

📋 copy color: '#4E386E'

red 78 ◦ green 56 ◦ blue 110

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

Shades of Meteorite #4E386E

Tints of Meteorite #4E386E

RGB

 RED value IS 78 (30.86% from 255) = 31.97%

 GREEN value IS 56 (22.27% from 255) = 22.95%

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

R = 31.97%
G = 22.95%
B = 45.08%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E386E (or 0x4E386E) is known color: Meteorite. HEX triplet: 4E, 38 and 6E. RGB value is (78,56,110). Sum of RGB (Red+Green+Blue) = 78+56+110=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E386E is #B1C791. Grayscale: #444444. Windows color (decimal): -11650962 or 7223374. OLE color: 7223374.

HSL color Cylindrical-coordinate representation of color #4E386E: hue angle of 264.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E386E is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 56 110 -
CMYK 0.29 0.49 0 0.57
HSL 264.44º 0.33% 0.33% -
HSV(B) 264.44º 0.49% 0.43% -
XYZ 7.37 5.57 15.44 -
YUV 68.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 78 56 110 0.29 0.49 0 0.57 264.44 0.33 0.33
Hex 4E 38 6E 1D 31 0 39 108 21 21
Octal 116 70 156 35 61 0 71 410 41 41
Binary 1001110 111000 1101110 11101 110001 0 111001 100001000 100001 100001

Color Harmonies of #4E386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E386E

Black with #4E386E

Text Example


Text Example

White with #4E386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,110); }

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

background-color css

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

 a { background-color: rgb(78,56,110); }

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

border-color css

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

 span { border-color: rgb(78,56,110); }

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