Html Css Color HEX #4B356D Meteorite

📋 copy color: '#4B356D'

red 75 ◦ green 53 ◦ blue 109

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

Shades of Meteorite #4B356D

Tints of Meteorite #4B356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 31.65%
G = 22.36%
B = 45.99%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B356D (or 0x4B356D) is known color: Meteorite. HEX triplet: 4B, 35 and 6D. RGB value is (75,53,109). Sum of RGB (Red+Green+Blue) = 75+53+109=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B356D is #B4CA92. Grayscale: #414141. Windows color (decimal): -11848339 or 7157067. OLE color: 7157067.

HSL color Cylindrical-coordinate representation of color #4B356D: hue angle of 263.57º degrees, saturation: 0.35, 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 #4B356D is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 53 109 -
CMYK 0.31 0.51 0 0.57
HSL 263.57º 0.35% 0.32% -
HSV(B) 263.57º 0.51% 0.43% -
XYZ 6.94 5.15 15.1 -
YUV 65.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 75 53 109 0.31 0.51 0 0.57 263.57 0.35 0.32
Hex 4B 35 6D 1F 33 0 39 108 23 20
Octal 113 65 155 37 63 0 71 410 43 40
Binary 1001011 110101 1101101 11111 110011 0 111001 100001000 100011 100000

Color Harmonies of #4B356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B356D

Black with #4B356D

Text Example


Text Example

White with #4B356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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