Html Css Color HEX #460258 Scarlet Gum

📋 copy color: '#460258'

red 70 ◦ green 2 ◦ blue 88

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

Shades of Scarlet Gum #460258

Tints of Scarlet Gum #460258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

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

R = 43.75%
G = 1.25%
B = 55%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460258 (or 0x460258) is known color: Scarlet Gum. HEX triplet: 46, 02 and 58. RGB value is (70,2,88). Sum of RGB (Red+Green+Blue) = 70+2+88=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #460258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460258 is #B9FDA7. Grayscale: #1F1F1F. Windows color (decimal): -12189096 or 5767750. OLE color: 5767750.

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

Color convert

RGB 70 2 88 -
CMYK 0.20 0.98 0 0.65
HSL 287.44º 0.96% 0.18% -
HSV(B) 287.44º 0.98% 0.35% -
XYZ 4.31 2.05 9.4 -
YUV 32.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 70 2 88 0.20 0.98 0 0.65 287.44 0.96 0.18
Hex 46 2 58 14 62 0 41 11F 60 12
Octal 106 2 130 24 142 0 101 437 140 22
Binary 1000110 10 1011000 10100 1100010 0 1000001 100011111 1100000 10010

Color Harmonies of #460258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460258

Black with #460258

Text Example


Text Example

White with #460258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460258; }

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

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

background-color css

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

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

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

border-color css

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

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

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