Html Css Color HEX #4B245C Scarlet Gum

📋 copy color: '#4B245C'

red 75 ◦ green 36 ◦ blue 92

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

Shades of Scarlet Gum #4B245C

Tints of Scarlet Gum #4B245C

RGB

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

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

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

R = 36.95%
G = 17.73%
B = 45.32%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B245C (or 0x4B245C) is known color: Scarlet Gum. HEX triplet: 4B, 24 and 5C. RGB value is (75,36,92). Sum of RGB (Red+Green+Blue) = 75+36+92=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B245C is #B4DBA3. Grayscale: #353535. Windows color (decimal): -11852708 or 6038603. OLE color: 6038603.

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

Color convert

RGB 75 36 92 -
CMYK 0.18 0.61 0 0.64
HSL 281.79º 0.44% 0.25% -
HSV(B) 281.79º 0.61% 0.36% -
XYZ 5.46 3.53 10.52 -
YUV 54.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 75 36 92 0.18 0.61 0 0.64 281.79 0.44 0.25
Hex 4B 24 5C 12 3D 0 40 11A 2C 19
Octal 113 44 134 22 75 0 100 432 54 31
Binary 1001011 100100 1011100 10010 111101 0 1000000 100011010 101100 11001

Color Harmonies of #4B245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B245C

Black with #4B245C

Text Example


Text Example

White with #4B245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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