Html Css Color HEX #4B4076 Meteorite

📋 copy color: '#4B4076'

red 75 ◦ green 64 ◦ blue 118

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

Shades of Meteorite #4B4076

Tints of Meteorite #4B4076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 29.18%
G = 24.9%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B4076 (or 0x4B4076) is known color: Meteorite. HEX triplet: 4B, 40 and 76. RGB value is (75,64,118). Sum of RGB (Red+Green+Blue) = 75+64+118=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4076 is #B4BF89. Grayscale: #494949. Windows color (decimal): -11845514 or 7749707. OLE color: 7749707.

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

Color convert

RGB 75 64 118 -
CMYK 0.36 0.46 0 0.54
HSL 252.22º 0.3% 0.36% -
HSV(B) 252.22º 0.46% 0.46% -
XYZ 8.01 6.47 17.97 -
YUV 73.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 75 64 118 0.36 0.46 0 0.54 252.22 0.3 0.36
Hex 4B 40 76 24 2E 0 36 FC 1E 24
Octal 113 100 166 44 56 0 66 374 36 44
Binary 1001011 1000000 1110110 100100 101110 0 110110 11111100 11110 100100

Color Harmonies of #4B4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4076

Black with #4B4076

Text Example


Text Example

White with #4B4076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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