Html Css Color HEX #4B2461 Scarlet Gum

📋 copy color: '#4B2461'

red 75 ◦ green 36 ◦ blue 97

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

Shades of Scarlet Gum #4B2461

Tints of Scarlet Gum #4B2461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 36.06%
G = 17.31%
B = 46.63%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B2461 (or 0x4B2461) is known color: Scarlet Gum. HEX triplet: 4B, 24 and 61. RGB value is (75,36,97). Sum of RGB (Red+Green+Blue) = 75+36+97=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B2461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2461 is #B4DB9E. Grayscale: #363636. Windows color (decimal): -11852703 or 6366283. OLE color: 6366283.

HSL color Cylindrical-coordinate representation of color #4B2461: hue angle of 278.36º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B2461 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 36 97 -
CMYK 0.23 0.63 0 0.62
HSL 278.36º 0.46% 0.26% -
HSV(B) 278.36º 0.63% 0.38% -
XYZ 5.69 3.62 11.71 -
YUV 54.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 75 36 97 0.23 0.63 0 0.62 278.36 0.46 0.26
Hex 4B 24 61 17 3F 0 3E 116 2E 1A
Octal 113 44 141 27 77 0 76 426 56 32
Binary 1001011 100100 1100001 10111 111111 0 111110 100010110 101110 11010

Color Harmonies of #4B2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2461

Black with #4B2461

Text Example


Text Example

White with #4B2461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,97); }

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

background-color css

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

 a { background-color: rgb(75,36,97); }

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

border-color css

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

 span { border-color: rgb(75,36,97); }

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