Html Css Color HEX #4E3A69 Meteorite

📋 copy color: '#4E3A69'

red 78 ◦ green 58 ◦ blue 105

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

Shades of Meteorite #4E3A69

Tints of Meteorite #4E3A69

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

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

R = 32.37%
G = 24.07%
B = 43.57%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E3A69 (or 0x4E3A69) is known color: Meteorite. HEX triplet: 4E, 3A and 69. RGB value is (78,58,105). Sum of RGB (Red+Green+Blue) = 78+58+105=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E3A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A69 is #B1C596. Grayscale: #454545. Windows color (decimal): -11650455 or 6896206. OLE color: 6896206.

HSL color Cylindrical-coordinate representation of color #4E3A69: hue angle of 265.53º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E3A69 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 58 105 -
CMYK 0.26 0.45 0 0.59
HSL 265.53º 0.29% 0.32% -
HSV(B) 265.53º 0.45% 0.41% -
XYZ 7.2 5.67 14.08 -
YUV 69.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 78 58 105 0.26 0.45 0 0.59 265.53 0.29 0.32
Hex 4E 3A 69 1A 2D 0 3B 10A 1D 20
Octal 116 72 151 32 55 0 73 412 35 40
Binary 1001110 111010 1101001 11010 101101 0 111011 100001010 11101 100000

Color Harmonies of #4E3A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3A69

Black with #4E3A69

Text Example


Text Example

White with #4E3A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,58,105); }

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

background-color css

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

 a { background-color: rgb(78,58,105); }

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

border-color css

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

 span { border-color: rgb(78,58,105); }

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