Html Css Color HEX #4B416D Meteorite

📋 copy color: '#4B416D'

red 75 ◦ green 65 ◦ blue 109

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

Shades of Meteorite #4B416D

Tints of Meteorite #4B416D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 30.12%
G = 26.1%
B = 43.78%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B416D (or 0x4B416D) is known color: Meteorite. HEX triplet: 4B, 41 and 6D. RGB value is (75,65,109). Sum of RGB (Red+Green+Blue) = 75+65+109=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B416D is #B4BE92. Grayscale: #484848. Windows color (decimal): -11845267 or 7160139. OLE color: 7160139.

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

Color convert

RGB 75 65 109 -
CMYK 0.31 0.40 0 0.57
HSL 253.64º 0.25% 0.34% -
HSV(B) 253.64º 0.4% 0.43% -
XYZ 7.55 6.38 15.3 -
YUV 73.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 75 65 109 0.31 0.40 0 0.57 253.64 0.25 0.34
Hex 4B 41 6D 1F 28 0 39 FE 19 22
Octal 113 101 155 37 50 0 71 376 31 42
Binary 1001011 1000001 1101101 11111 101000 0 111001 11111110 11001 100010

Color Harmonies of #4B416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B416D

Black with #4B416D

Text Example


Text Example

White with #4B416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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