Html Css Color HEX #4B3E71 Meteorite

📋 copy color: '#4B3E71'

red 75 ◦ green 62 ◦ blue 113

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

Shades of Meteorite #4B3E71

Tints of Meteorite #4B3E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 30%
G = 24.8%
B = 45.2%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B3E71 (or 0x4B3E71) is known color: Meteorite. HEX triplet: 4B, 3E and 71. RGB value is (75,62,113). Sum of RGB (Red+Green+Blue) = 75+62+113=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E71 is #B4C18E. Grayscale: #474747. Windows color (decimal): -11846031 or 7421515. OLE color: 7421515.

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

Color convert

RGB 75 62 113 -
CMYK 0.34 0.45 0 0.56
HSL 255.29º 0.29% 0.34% -
HSV(B) 255.29º 0.45% 0.44% -
XYZ 7.6 6.13 16.41 -
YUV 71.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 75 62 113 0.34 0.45 0 0.56 255.29 0.29 0.34
Hex 4B 3E 71 22 2D 0 38 FF 1D 22
Octal 113 76 161 42 55 0 70 377 35 42
Binary 1001011 111110 1110001 100010 101101 0 111000 11111111 11101 100010

Color Harmonies of #4B3E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3E71

Black with #4B3E71

Text Example


Text Example

White with #4B3E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,62,113); }

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

background-color css

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

 a { background-color: rgb(75,62,113); }

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

border-color css

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

 span { border-color: rgb(75,62,113); }

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