Html Css Color HEX #4B416C Meteorite

📋 copy color: '#4B416C'

red 75 ◦ green 65 ◦ blue 108

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

Shades of Meteorite #4B416C

Tints of Meteorite #4B416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 30.24%
G = 26.21%
B = 43.55%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B416C (or 0x4B416C) is known color: Meteorite. HEX triplet: 4B, 41 and 6C. RGB value is (75,65,108). Sum of RGB (Red+Green+Blue) = 75+65+108=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B416C is #B4BE93. Grayscale: #484848. Windows color (decimal): -11845268 or 7094603. OLE color: 7094603.

HSL color Cylindrical-coordinate representation of color #4B416C: hue angle of 253.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B416C is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 65 108 -
CMYK 0.31 0.40 0 0.58
HSL 253.95º 0.25% 0.34% -
HSV(B) 253.95º 0.4% 0.42% -
XYZ 7.5 6.36 15.02 -
YUV 72.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 75 65 108 0.31 0.40 0 0.58 253.95 0.25 0.34
Hex 4B 41 6C 1F 28 0 3A FE 19 22
Octal 113 101 154 37 50 0 72 376 31 42
Binary 1001011 1000001 1101100 11111 101000 0 111010 11111110 11001 100010

Color Harmonies of #4B416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B416C

Black with #4B416C

Text Example


Text Example

White with #4B416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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