Html Css Color HEX #4B356F Meteorite

📋 copy color: '#4B356F'

red 75 ◦ green 53 ◦ blue 111

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

Shades of Meteorite #4B356F

Tints of Meteorite #4B356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 111 (43.75% from 255) = 46.44%

R = 31.38%
G = 22.18%
B = 46.44%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B356F (or 0x4B356F) is known color: Meteorite. HEX triplet: 4B, 35 and 6F. RGB value is (75,53,111). Sum of RGB (Red+Green+Blue) = 75+53+111=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B356F is #B4CA90. Grayscale: #414141. Windows color (decimal): -11848337 or 7288139. OLE color: 7288139.

HSL color Cylindrical-coordinate representation of color #4B356F: hue angle of 262.76º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B356F is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 53 111 -
CMYK 0.32 0.52 0 0.56
HSL 262.76º 0.35% 0.32% -
HSV(B) 262.76º 0.52% 0.44% -
XYZ 7.04 5.19 15.67 -
YUV 66.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 75 53 111 0.32 0.52 0 0.56 262.76 0.35 0.32
Hex 4B 35 6F 20 34 0 38 107 23 20
Octal 113 65 157 40 64 0 70 407 43 40
Binary 1001011 110101 1101111 100000 110100 0 111000 100000111 100011 100000

Color Harmonies of #4B356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B356F

Black with #4B356F

Text Example


Text Example

White with #4B356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,111); }

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

background-color css

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

 a { background-color: rgb(75,53,111); }

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

border-color css

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

 span { border-color: rgb(75,53,111); }

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