Html Css Color HEX #4D3A68 Meteorite

📋 copy color: '#4D3A68'

red 77 ◦ green 58 ◦ blue 104

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

Shades of Meteorite #4D3A68

Tints of Meteorite #4D3A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 32.22%
G = 24.27%
B = 43.51%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D3A68 (or 0x4D3A68) is known color: Meteorite. HEX triplet: 4D, 3A and 68. RGB value is (77,58,104). Sum of RGB (Red+Green+Blue) = 77+58+104=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D3A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3A68 is #B2C597. Grayscale: #444444. Windows color (decimal): -11715992 or 6830669. OLE color: 6830669.

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

Color convert

RGB 77 58 104 -
CMYK 0.26 0.44 0 0.59
HSL 264.78º 0.28% 0.32% -
HSV(B) 264.78º 0.44% 0.41% -
XYZ 7.07 5.6 13.81 -
YUV 68.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 77 58 104 0.26 0.44 0 0.59 264.78 0.28 0.32
Hex 4D 3A 68 1A 2C 0 3B 109 1C 20
Octal 115 72 150 32 54 0 73 411 34 40
Binary 1001101 111010 1101000 11010 101100 0 111011 100001001 11100 100000

Color Harmonies of #4D3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A68

Black with #4D3A68

Text Example


Text Example

White with #4D3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,104); }

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

background-color css

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

 a { background-color: rgb(77,58,104); }

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

border-color css

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

 span { border-color: rgb(77,58,104); }

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