Html Css Color HEX #4B3B66 Meteorite

📋 copy color: '#4B3B66'

red 75 ◦ green 59 ◦ blue 102

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

Shades of Meteorite #4B3B66

Tints of Meteorite #4B3B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 31.78%
G = 25%
B = 43.22%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4B3B66 (or 0x4B3B66) is known color: Meteorite. HEX triplet: 4B, 3B and 66. RGB value is (75,59,102). Sum of RGB (Red+Green+Blue) = 75+59+102=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B3B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3B66 is #B4C499. Grayscale: #444444. Windows color (decimal): -11846810 or 6699851. OLE color: 6699851.

HSL color Cylindrical-coordinate representation of color #4B3B66: hue angle of 262.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B3B66 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 59 102 -
CMYK 0.26 0.42 0 0.6
HSL 262.33º 0.27% 0.32% -
HSV(B) 262.33º 0.42% 0.4% -
XYZ 6.86 5.58 13.29 -
YUV 68.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 75 59 102 0.26 0.42 0 0.6 262.33 0.27 0.32
Hex 4B 3B 66 1A 2A 0 3C 106 1B 20
Octal 113 73 146 32 52 0 74 406 33 40
Binary 1001011 111011 1100110 11010 101010 0 111100 100000110 11011 100000

Color Harmonies of #4B3B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3B66

Black with #4B3B66

Text Example


Text Example

White with #4B3B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,59,102); }

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

background-color css

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

 a { background-color: rgb(75,59,102); }

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

border-color css

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

 span { border-color: rgb(75,59,102); }

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