Html Css Color HEX #4B446D Meteorite

📋 copy color: '#4B446D'

red 75 ◦ green 68 ◦ blue 109

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

Shades of Meteorite #4B446D

Tints of Meteorite #4B446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 29.76%
G = 26.98%
B = 43.25%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B446D (or 0x4B446D) is known color: Meteorite. HEX triplet: 4B, 44 and 6D. RGB value is (75,68,109). Sum of RGB (Red+Green+Blue) = 75+68+109=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B446D is #B4BB92. Grayscale: #4A4A4A. Windows color (decimal): -11844499 or 7160907. OLE color: 7160907.

HSL color Cylindrical-coordinate representation of color #4B446D: hue angle of 250.24º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B446D is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 68 109 -
CMYK 0.31 0.38 0 0.57
HSL 250.24º 0.23% 0.35% -
HSV(B) 250.24º 0.38% 0.43% -
XYZ 7.73 6.73 15.36 -
YUV 74.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 75 68 109 0.31 0.38 0 0.57 250.24 0.23 0.35
Hex 4B 44 6D 1F 26 0 39 FA 17 23
Octal 113 104 155 37 46 0 71 372 27 43
Binary 1001011 1000100 1101101 11111 100110 0 111001 11111010 10111 100011

Color Harmonies of #4B446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B446D

Black with #4B446D

Text Example


Text Example

White with #4B446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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