Html Css Color HEX #4B365C Scarlet Gum

📋 copy color: '#4B365C'

red 75 ◦ green 54 ◦ blue 92

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

Shades of Scarlet Gum #4B365C

Tints of Scarlet Gum #4B365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 33.94%
G = 24.43%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B365C (or 0x4B365C) is known color: Scarlet Gum. HEX triplet: 4B, 36 and 5C. RGB value is (75,54,92). Sum of RGB (Red+Green+Blue) = 75+54+92=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B365C is #B4C9A3. Grayscale: #404040. Windows color (decimal): -11848100 or 6043211. OLE color: 6043211.

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

Color convert

RGB 75 54 92 -
CMYK 0.18 0.41 0 0.64
HSL 273.16º 0.26% 0.29% -
HSV(B) 273.16º 0.41% 0.36% -
XYZ 6.15 4.91 10.75 -
YUV 64.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 75 54 92 0.18 0.41 0 0.64 273.16 0.26 0.29
Hex 4B 36 5C 12 29 0 40 111 1A 1D
Octal 113 66 134 22 51 0 100 421 32 35
Binary 1001011 110110 1011100 10010 101001 0 1000000 100010001 11010 11101

Color Harmonies of #4B365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B365C

Black with #4B365C

Text Example


Text Example

White with #4B365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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