Html Css Color HEX #4B285C Scarlet Gum

📋 copy color: '#4B285C'

red 75 ◦ green 40 ◦ blue 92

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

Shades of Scarlet Gum #4B285C

Tints of Scarlet Gum #4B285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 36.23%
G = 19.32%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B285C (or 0x4B285C) is known color: Scarlet Gum. HEX triplet: 4B, 28 and 5C. RGB value is (75,40,92). Sum of RGB (Red+Green+Blue) = 75+40+92=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B285C is #B4D7A3. Grayscale: #383838. Windows color (decimal): -11851684 or 6039627. OLE color: 6039627.

HSL color Cylindrical-coordinate representation of color #4B285C: hue angle of 280.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B285C is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 40 92 -
CMYK 0.18 0.57 0 0.64
HSL 280.38º 0.39% 0.26% -
HSV(B) 280.38º 0.57% 0.36% -
XYZ 5.59 3.79 10.56 -
YUV 56.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 75 40 92 0.18 0.57 0 0.64 280.38 0.39 0.26
Hex 4B 28 5C 12 39 0 40 118 27 1A
Octal 113 50 134 22 71 0 100 430 47 32
Binary 1001011 101000 1011100 10010 111001 0 1000000 100011000 100111 11010

Color Harmonies of #4B285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B285C

Black with #4B285C

Text Example


Text Example

White with #4B285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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