Html Css Color HEX #4B2863 Scarlet Gum

📋 copy color: '#4B2863'

red 75 ◦ green 40 ◦ blue 99

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

Shades of Scarlet Gum #4B2863

Tints of Scarlet Gum #4B2863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 35.05%
G = 18.69%
B = 46.26%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B2863 (or 0x4B2863) is known color: Scarlet Gum. HEX triplet: 4B, 28 and 63. RGB value is (75,40,99). Sum of RGB (Red+Green+Blue) = 75+40+99=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B2863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2863 is #B4D79C. Grayscale: #383838. Windows color (decimal): -11851677 or 6498379. OLE color: 6498379.

HSL color Cylindrical-coordinate representation of color #4B2863: hue angle of 275.59º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B2863 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 40 99 -
CMYK 0.24 0.60 0 0.61
HSL 275.59º 0.42% 0.27% -
HSV(B) 275.59º 0.6% 0.39% -
XYZ 5.91 3.91 12.25 -
YUV 57.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 75 40 99 0.24 0.60 0 0.61 275.59 0.42 0.27
Hex 4B 28 63 18 3C 0 3D 114 2A 1B
Octal 113 50 143 30 74 0 75 424 52 33
Binary 1001011 101000 1100011 11000 111100 0 111101 100010100 101010 11011

Color Harmonies of #4B2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2863

Black with #4B2863

Text Example


Text Example

White with #4B2863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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