Html Css Color HEX #4B2871 Blue Diamond

📋 copy color: '#4B2871'

red 75 ◦ green 40 ◦ blue 113

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

Shades of Blue Diamond #4B2871

Tints of Blue Diamond #4B2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 32.89%
G = 17.54%
B = 49.56%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B2871 (or 0x4B2871) is known color: Blue Diamond. HEX triplet: 4B, 28 and 71. RGB value is (75,40,113). Sum of RGB (Red+Green+Blue) = 75+40+113=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B2871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2871 is #B4D78E. Grayscale: #3A3A3A. Windows color (decimal): -11851663 or 7415883. OLE color: 7415883.

HSL color Cylindrical-coordinate representation of color #4B2871: hue angle of 268.77º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2871 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 40 113 -
CMYK 0.34 0.65 0 0.56
HSL 268.77º 0.48% 0.3% -
HSV(B) 268.77º 0.65% 0.44% -
XYZ 6.64 4.21 16.08 -
YUV 58.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 75 40 113 0.34 0.65 0 0.56 268.77 0.48 0.3
Hex 4B 28 71 22 41 0 38 10D 30 1E
Octal 113 50 161 42 101 0 70 415 60 36
Binary 1001011 101000 1110001 100010 1000001 0 111000 100001101 110000 11110

Color Harmonies of #4B2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2871

Black with #4B2871

Text Example


Text Example

White with #4B2871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,40,113); }

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

background-color css

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

 a { background-color: rgb(75,40,113); }

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

border-color css

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

 span { border-color: rgb(75,40,113); }

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