Html Css Color HEX #4A2758 Scarlet Gum

📋 copy color: '#4A2758'

red 74 ◦ green 39 ◦ blue 88

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

Shades of Scarlet Gum #4A2758

Tints of Scarlet Gum #4A2758

RGB

 RED value IS 74 (29.3% from 255) = 36.82%

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 36.82%
G = 19.4%
B = 43.78%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A2758 (or 0x4A2758) is known color: Scarlet Gum. HEX triplet: 4A, 27 and 58. RGB value is (74,39,88). Sum of RGB (Red+Green+Blue) = 74+39+88=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2758 is #B5D8A7. Grayscale: #363636. Windows color (decimal): -11917480 or 5777226. OLE color: 5777226.

HSL color Cylindrical-coordinate representation of color #4A2758: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A2758 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 39 88 -
CMYK 0.16 0.56 0 0.65
HSL 282.86º 0.39% 0.25% -
HSV(B) 282.86º 0.56% 0.35% -
XYZ 5.31 3.61 9.65 -
YUV 55.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 74 39 88 0.16 0.56 0 0.65 282.86 0.39 0.25
Hex 4A 27 58 10 38 0 41 11B 27 19
Octal 112 47 130 20 70 0 101 433 47 31
Binary 1001010 100111 1011000 10000 111000 0 1000001 100011011 100111 11001

Color Harmonies of #4A2758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2758

Black with #4A2758

Text Example


Text Example

White with #4A2758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,88); }

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

background-color css

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

 a { background-color: rgb(74,39,88); }

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

border-color css

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

 span { border-color: rgb(74,39,88); }

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