Html Css Color HEX #4B1766 Scarlet Gum

📋 copy color: '#4B1766'

red 75 ◦ green 23 ◦ blue 102

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

Shades of Scarlet Gum #4B1766

Tints of Scarlet Gum #4B1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 37.5%
G = 11.5%
B = 51%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4B1766 (or 0x4B1766) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 66. RGB value is (75,23,102). Sum of RGB (Red+Green+Blue) = 75+23+102=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B1766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1766 is #B4E899. Grayscale: #2F2F2F. Windows color (decimal): -11856026 or 6690635. OLE color: 6690635.

HSL color Cylindrical-coordinate representation of color #4B1766: hue angle of 279.49º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1766 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 23 102 -
CMYK 0.26 0.77 0 0.6
HSL 279.49º 0.63% 0.25% -
HSV(B) 279.49º 0.77% 0.4% -
XYZ 5.61 3.07 12.87 -
YUV 47.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 75 23 102 0.26 0.77 0 0.6 279.49 0.63 0.25
Hex 4B 17 66 1A 4D 0 3C 117 3F 19
Octal 113 27 146 32 115 0 74 427 77 31
Binary 1001011 10111 1100110 11010 1001101 0 111100 100010111 111111 11001

Color Harmonies of #4B1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1766

Black with #4B1766

Text Example


Text Example

White with #4B1766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,102); }

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

background-color css

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

 a { background-color: rgb(75,23,102); }

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

border-color css

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

 span { border-color: rgb(75,23,102); }

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