Html Css Color HEX #4B446C Meteorite

📋 copy color: '#4B446C'

red 75 ◦ green 68 ◦ blue 108

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

Shades of Meteorite #4B446C

Tints of Meteorite #4B446C

RGB

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

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

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

R = 29.88%
G = 27.09%
B = 43.03%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B446C (or 0x4B446C) is known color: Meteorite. HEX triplet: 4B, 44 and 6C. RGB value is (75,68,108). Sum of RGB (Red+Green+Blue) = 75+68+108=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B446C is #B4BB93. Grayscale: #4A4A4A. Windows color (decimal): -11844500 or 7095371. OLE color: 7095371.

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

Color convert

RGB 75 68 108 -
CMYK 0.31 0.37 0 0.58
HSL 250.5º 0.23% 0.35% -
HSV(B) 250.5º 0.37% 0.42% -
XYZ 7.68 6.71 15.08 -
YUV 74.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 75 68 108 0.31 0.37 0 0.58 250.5 0.23 0.35
Hex 4B 44 6C 1F 25 0 3A FB 17 23
Octal 113 104 154 37 45 0 72 373 27 43
Binary 1001011 1000100 1101100 11111 100101 0 111010 11111011 10111 100011

Color Harmonies of #4B446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B446C

Black with #4B446C

Text Example


Text Example

White with #4B446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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