Html Css Color HEX #4B356C Meteorite

📋 copy color: '#4B356C'

red 75 ◦ green 53 ◦ blue 108

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

Shades of Meteorite #4B356C

Tints of Meteorite #4B356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 31.78%
G = 22.46%
B = 45.76%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B356C (or 0x4B356C) is known color: Meteorite. HEX triplet: 4B, 35 and 6C. RGB value is (75,53,108). Sum of RGB (Red+Green+Blue) = 75+53+108=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B356C is #B4CA93. Grayscale: #414141. Windows color (decimal): -11848340 or 7091531. OLE color: 7091531.

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

Color convert

RGB 75 53 108 -
CMYK 0.31 0.51 0 0.58
HSL 264º 0.34% 0.32% -
HSV(B) 264º 0.51% 0.42% -
XYZ 6.88 5.12 14.81 -
YUV 65.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 75 53 108 0.31 0.51 0 0.58 264 0.34 0.32
Hex 4B 35 6C 1F 33 0 3A 108 22 20
Octal 113 65 154 37 63 0 72 410 42 40
Binary 1001011 110101 1101100 11111 110011 0 111010 100001000 100010 100000

Color Harmonies of #4B356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B356C

Black with #4B356C

Text Example


Text Example

White with #4B356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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