Html Css Color HEX #4B145A Scarlet Gum

📋 copy color: '#4B145A'

red 75 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #4B145A

Tints of Scarlet Gum #4B145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 40.54%
G = 10.81%
B = 48.65%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B145A (or 0x4B145A) is known color: Scarlet Gum. HEX triplet: 4B, 14 and 5A. RGB value is (75,20,90). Sum of RGB (Red+Green+Blue) = 75+20+90=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B145A is #B4EBA5. Grayscale: #2C2C2C. Windows color (decimal): -11856806 or 5903435. OLE color: 5903435.

HSL color Cylindrical-coordinate representation of color #4B145A: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B145A is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 20 90 -
CMYK 0.17 0.78 0 0.65
HSL 287.14º 0.64% 0.22% -
HSV(B) 287.14º 0.78% 0.35% -
XYZ 5 2.73 9.94 -
YUV 44.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 75 20 90 0.17 0.78 0 0.65 287.14 0.64 0.22
Hex 4B 14 5A 11 4E 0 41 11F 40 16
Octal 113 24 132 21 116 0 101 437 100 26
Binary 1001011 10100 1011010 10001 1001110 0 1000001 100011111 1000000 10110

Color Harmonies of #4B145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B145A

Black with #4B145A

Text Example


Text Example

White with #4B145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,20,90); }

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

background-color css

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

 a { background-color: rgb(75,20,90); }

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

border-color css

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

 span { border-color: rgb(75,20,90); }

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