Html Css Color HEX #4B3668 Meteorite

📋 copy color: '#4B3668'

red 75 ◦ green 54 ◦ blue 104

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

Shades of Meteorite #4B3668

Tints of Meteorite #4B3668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 32.19%
G = 23.18%
B = 44.64%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B3668 (or 0x4B3668) is known color: Meteorite. HEX triplet: 4B, 36 and 68. RGB value is (75,54,104). Sum of RGB (Red+Green+Blue) = 75+54+104=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B3668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3668 is #B4C997. Grayscale: #414141. Windows color (decimal): -11848088 or 6829643. OLE color: 6829643.

HSL color Cylindrical-coordinate representation of color #4B3668: hue angle of 265.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3668 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 54 104 -
CMYK 0.28 0.48 0 0.59
HSL 265.2º 0.32% 0.31% -
HSV(B) 265.2º 0.48% 0.41% -
XYZ 6.72 5.13 13.73 -
YUV 65.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 75 54 104 0.28 0.48 0 0.59 265.2 0.32 0.31
Hex 4B 36 68 1C 30 0 3B 109 20 1F
Octal 113 66 150 34 60 0 73 411 40 37
Binary 1001011 110110 1101000 11100 110000 0 111011 100001001 100000 11111

Color Harmonies of #4B3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3668

Black with #4B3668

Text Example


Text Example

White with #4B3668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,54,104); }

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

background-color css

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

 a { background-color: rgb(75,54,104); }

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

border-color css

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

 span { border-color: rgb(75,54,104); }

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