Html Css Color HEX #4B416B Meteorite

📋 copy color: '#4B416B'

red 75 ◦ green 65 ◦ blue 107

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

Shades of Meteorite #4B416B

Tints of Meteorite #4B416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 30.36%
G = 26.32%
B = 43.32%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B416B (or 0x4B416B) is known color: Meteorite. HEX triplet: 4B, 41 and 6B. RGB value is (75,65,107). Sum of RGB (Red+Green+Blue) = 75+65+107=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B416B is #B4BE94. Grayscale: #484848. Windows color (decimal): -11845269 or 7029067. OLE color: 7029067.

HSL color Cylindrical-coordinate representation of color #4B416B: hue angle of 254.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B416B is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 65 107 -
CMYK 0.30 0.39 0 0.58
HSL 254.29º 0.24% 0.34% -
HSV(B) 254.29º 0.39% 0.42% -
XYZ 7.45 6.34 14.74 -
YUV 72.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 75 65 107 0.30 0.39 0 0.58 254.29 0.24 0.34
Hex 4B 41 6B 1E 27 0 3A FE 18 22
Octal 113 101 153 36 47 0 72 376 30 42
Binary 1001011 1000001 1101011 11110 100111 0 111010 11111110 11000 100010

Color Harmonies of #4B416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B416B

Black with #4B416B

Text Example


Text Example

White with #4B416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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