Html Css Color HEX #4B366E Meteorite

📋 copy color: '#4B366E'

red 75 ◦ green 54 ◦ blue 110

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

Shades of Meteorite #4B366E

Tints of Meteorite #4B366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 31.38%
G = 22.59%
B = 46.03%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B366E (or 0x4B366E) is known color: Meteorite. HEX triplet: 4B, 36 and 6E. RGB value is (75,54,110). Sum of RGB (Red+Green+Blue) = 75+54+110=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B366E is #B4C991. Grayscale: #424242. Windows color (decimal): -11848082 or 7222859. OLE color: 7222859.

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

Color convert

RGB 75 54 110 -
CMYK 0.32 0.51 0 0.57
HSL 262.5º 0.34% 0.32% -
HSV(B) 262.5º 0.51% 0.43% -
XYZ 7.04 5.26 15.4 -
YUV 66.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 75 54 110 0.32 0.51 0 0.57 262.5 0.34 0.32
Hex 4B 36 6E 20 33 0 39 106 22 20
Octal 113 66 156 40 63 0 71 406 42 40
Binary 1001011 110110 1101110 100000 110011 0 111001 100000110 100010 100000

Color Harmonies of #4B366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B366E

Black with #4B366E

Text Example


Text Example

White with #4B366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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