Html Css Color HEX #460358 Scarlet Gum

📋 copy color: '#460358'

red 70 ◦ green 3 ◦ blue 88

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

Shades of Scarlet Gum #460358

Tints of Scarlet Gum #460358

RGB

 RED value IS 70 (27.73% from 255) = 43.48%

 GREEN value IS 3 (1.56% from 255) = 1.86%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 43.48%
G = 1.86%
B = 54.66%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460358 (or 0x460358) is known color: Scarlet Gum. HEX triplet: 46, 03 and 58. RGB value is (70,3,88). Sum of RGB (Red+Green+Blue) = 70+3+88=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #460358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460358 is #B9FCA7. Grayscale: #202020. Windows color (decimal): -12188840 or 5768006. OLE color: 5768006.

HSL color Cylindrical-coordinate representation of color #460358: hue angle of 287.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460358 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 3 88 -
CMYK 0.20 0.97 0 0.65
HSL 287.29º 0.93% 0.18% -
HSV(B) 287.29º 0.97% 0.35% -
XYZ 4.32 2.07 9.4 -
YUV 32.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 70 3 88 0.20 0.97 0 0.65 287.29 0.93 0.18
Hex 46 3 58 14 61 0 41 11F 5D 12
Octal 106 3 130 24 141 0 101 437 135 22
Binary 1000110 11 1011000 10100 1100001 0 1000001 100011111 1011101 10010

Color Harmonies of #460358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460358

Black with #460358

Text Example


Text Example

White with #460358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460358; }

 p { color: rgb(70,3,88); }

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

background-color css

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

 a { background-color: rgb(70,3,88); }

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

border-color css

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

 span { border-color: rgb(70,3,88); }

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