Html Css Color HEX #4B2C8C Blue Gem

📋 copy color: '#4B2C8C'

red 75 ◦ green 44 ◦ blue 140

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

Shades of Blue Gem #4B2C8C

Tints of Blue Gem #4B2C8C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.99%

 BLUE value IS 140 (55.08% from 255) = 54.05%

R = 28.96%
G = 16.99%
B = 54.05%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B2C8C (or 0x4B2C8C) is known color: Blue Gem. HEX triplet: 4B, 2C and 8C. RGB value is (75,44,140). Sum of RGB (Red+Green+Blue) = 75+44+140=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B2C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2C8C is #B4D373. Grayscale: #3F3F3F. Windows color (decimal): -11850612 or 9186379. OLE color: 9186379.

HSL color Cylindrical-coordinate representation of color #4B2C8C: hue angle of 259.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B2C8C is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 44 140 -
CMYK 0.46 0.69 0 0.45
HSL 259.38º 0.52% 0.36% -
HSV(B) 259.38º 0.69% 0.55% -
XYZ 8.54 5.19 25.36 -
YUV 64.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 75 44 140 0.46 0.69 0 0.45 259.38 0.52 0.36
Hex 4B 2C 8C 2E 45 0 2D 103 34 24
Octal 113 54 214 56 105 0 55 403 64 44
Binary 1001011 101100 10001100 101110 1000101 0 101101 100000011 110100 100100

Color Harmonies of #4B2C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C8C

Black with #4B2C8C

Text Example


Text Example

White with #4B2C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,44,140); }

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

background-color css

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

 a { background-color: rgb(75,44,140); }

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

border-color css

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

 span { border-color: rgb(75,44,140); }

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