Html Css Color HEX #4A3975 Meteorite

📋 copy color: '#4A3975'

red 74 ◦ green 57 ◦ blue 117

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

Shades of Meteorite #4A3975

Tints of Meteorite #4A3975

RGB

 RED value IS 74 (29.3% from 255) = 29.84%

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 117 (46.09% from 255) = 47.18%

R = 29.84%
G = 22.98%
B = 47.18%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A3975 (or 0x4A3975) is known color: Meteorite. HEX triplet: 4A, 39 and 75. RGB value is (74,57,117). Sum of RGB (Red+Green+Blue) = 74+57+117=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A3975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3975 is #B5C68A. Grayscale: #444444. Windows color (decimal): -11912843 or 7682378. OLE color: 7682378.

HSL color Cylindrical-coordinate representation of color #4A3975: hue angle of 257º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3975 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 57 117 -
CMYK 0.37 0.51 0 0.54
HSL 257º 0.34% 0.34% -
HSV(B) 257º 0.51% 0.46% -
XYZ 7.5 5.67 17.53 -
YUV 68.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 74 57 117 0.37 0.51 0 0.54 257 0.34 0.34
Hex 4A 39 75 25 33 0 36 101 22 22
Octal 112 71 165 45 63 0 66 401 42 42
Binary 1001010 111001 1110101 100101 110011 0 110110 100000001 100010 100010

Color Harmonies of #4A3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3975

Black with #4A3975

Text Example


Text Example

White with #4A3975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,117); }

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

background-color css

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

 a { background-color: rgb(74,57,117); }

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

border-color css

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

 span { border-color: rgb(74,57,117); }

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