Html Css Color HEX #4B4075 Meteorite

📋 copy color: '#4B4075'

red 75 ◦ green 64 ◦ blue 117

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

Shades of Meteorite #4B4075

Tints of Meteorite #4B4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 29.3%
G = 25%
B = 45.7%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B4075 (or 0x4B4075) is known color: Meteorite. HEX triplet: 4B, 40 and 75. RGB value is (75,64,117). Sum of RGB (Red+Green+Blue) = 75+64+117=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4075 is #B4BF8A. Grayscale: #494949. Windows color (decimal): -11845515 or 7684171. OLE color: 7684171.

HSL color Cylindrical-coordinate representation of color #4B4075: hue angle of 252.45º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4075 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 64 117 -
CMYK 0.36 0.45 0 0.54
HSL 252.45º 0.29% 0.35% -
HSV(B) 252.45º 0.45% 0.46% -
XYZ 7.95 6.45 17.66 -
YUV 73.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 75 64 117 0.36 0.45 0 0.54 252.45 0.29 0.35
Hex 4B 40 75 24 2D 0 36 FC 1D 23
Octal 113 100 165 44 55 0 66 374 35 43
Binary 1001011 1000000 1110101 100100 101101 0 110110 11111100 11101 100011

Color Harmonies of #4B4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4075

Black with #4B4075

Text Example


Text Example

White with #4B4075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,117); }

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

background-color css

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

 a { background-color: rgb(75,64,117); }

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

border-color css

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

 span { border-color: rgb(75,64,117); }

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