Html Css Color HEX #4B4176 Meteorite

📋 copy color: '#4B4176'

red 75 ◦ green 65 ◦ blue 118

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

Shades of Meteorite #4B4176

Tints of Meteorite #4B4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

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

R = 29.07%
G = 25.19%
B = 45.74%

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

#4B4176 (or 0x4B4176) is known color: Meteorite. HEX triplet: 4B, 41 and 76. RGB value is (75,65,118). Sum of RGB (Red+Green+Blue) = 75+65+118=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4176 is #B4BE89. Grayscale: #494949. Windows color (decimal): -11845258 or 7749963. OLE color: 7749963.

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

Color convert

RGB 75 65 118 -
CMYK 0.36 0.45 0 0.54
HSL 251.32º 0.29% 0.36% -
HSV(B) 251.32º 0.45% 0.46% -
XYZ 8.06 6.58 17.99 -
YUV 74.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 75 65 118 0.36 0.45 0 0.54 251.32 0.29 0.36
Hex 4B 41 76 24 2D 0 36 FB 1D 24
Octal 113 101 166 44 55 0 66 373 35 44
Binary 1001011 1000001 1110110 100100 101101 0 110110 11111011 11101 100100

Color Harmonies of #4B4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4176

Black with #4B4176

Text Example


Text Example

White with #4B4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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