Html Css Color HEX #4D3F69 Meteorite

📋 copy color: '#4D3F69'

red 77 ◦ green 63 ◦ blue 105

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

Shades of Meteorite #4D3F69

Tints of Meteorite #4D3F69

RGB

 RED value IS 77 (30.47% from 255) = 31.43%

 GREEN value IS 63 (25% from 255) = 25.71%

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

R = 31.43%
G = 25.71%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D3F69 (or 0x4D3F69) is known color: Meteorite. HEX triplet: 4D, 3F and 69. RGB value is (77,63,105). Sum of RGB (Red+Green+Blue) = 77+63+105=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D3F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F69 is #B2C096. Grayscale: #474747. Windows color (decimal): -11714711 or 6897485. OLE color: 6897485.

HSL color Cylindrical-coordinate representation of color #4D3F69: hue angle of 260º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D3F69 is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 63 105 -
CMYK 0.27 0.4 0 0.59
HSL 260º 0.25% 0.33% -
HSV(B) 260º 0.4% 0.41% -
XYZ 7.39 6.15 14.16 -
YUV 71.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 77 63 105 0.27 0.4 0 0.59 260 0.25 0.33
Hex 4D 3F 69 1B 28 0 3B 104 19 21
Octal 115 77 151 33 50 0 73 404 31 41
Binary 1001101 111111 1101001 11011 101000 0 111011 100000100 11001 100001

Color Harmonies of #4D3F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F69

Black with #4D3F69

Text Example


Text Example

White with #4D3F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,63,105); }

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

background-color css

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

 a { background-color: rgb(77,63,105); }

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

border-color css

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

 span { border-color: rgb(77,63,105); }

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