Html Css Color HEX #4B3970 Meteorite

📋 copy color: '#4B3970'

red 75 ◦ green 57 ◦ blue 112

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

Shades of Meteorite #4B3970

Tints of Meteorite #4B3970

RGB

 RED value IS 75 (29.69% from 255) = 30.74%

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 30.74%
G = 23.36%
B = 45.9%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B3970 (or 0x4B3970) is known color: Meteorite. HEX triplet: 4B, 39 and 70. RGB value is (75,57,112). Sum of RGB (Red+Green+Blue) = 75+57+112=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3970 is #B4C68F. Grayscale: #444444. Windows color (decimal): -11847312 or 7354699. OLE color: 7354699.

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

Color convert

RGB 75 57 112 -
CMYK 0.33 0.49 0 0.56
HSL 259.64º 0.33% 0.33% -
HSV(B) 259.64º 0.49% 0.44% -
XYZ 7.29 5.59 16.02 -
YUV 68.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 75 57 112 0.33 0.49 0 0.56 259.64 0.33 0.33
Hex 4B 39 70 21 31 0 38 104 21 21
Octal 113 71 160 41 61 0 70 404 41 41
Binary 1001011 111001 1110000 100001 110001 0 111000 100000100 100001 100001

Color Harmonies of #4B3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3970

Black with #4B3970

Text Example


Text Example

White with #4B3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,112); }

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

background-color css

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

 a { background-color: rgb(75,57,112); }

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

border-color css

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

 span { border-color: rgb(75,57,112); }

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