Html Css Color HEX #461058 Scarlet Gum

📋 copy color: '#461058'

red 70 ◦ green 16 ◦ blue 88

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

Shades of Scarlet Gum #461058

Tints of Scarlet Gum #461058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 40.23%
G = 9.2%
B = 50.57%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461058 (or 0x461058) is known color: Scarlet Gum. HEX triplet: 46, 10 and 58. RGB value is (70,16,88). Sum of RGB (Red+Green+Blue) = 70+16+88=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #461058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461058 is #B9EFA7. Grayscale: #282828. Windows color (decimal): -12185512 or 5771334. OLE color: 5771334.

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

Color convert

RGB 70 16 88 -
CMYK 0.20 0.82 0 0.65
HSL 285º 0.69% 0.2% -
HSV(B) 285º 0.82% 0.35% -
XYZ 4.47 2.38 9.46 -
YUV 40.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 70 16 88 0.20 0.82 0 0.65 285 0.69 0.2
Hex 46 10 58 14 52 0 41 11D 45 14
Octal 106 20 130 24 122 0 101 435 105 24
Binary 1000110 10000 1011000 10100 1010010 0 1000001 100011101 1000101 10100

Color Harmonies of #461058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461058

Black with #461058

Text Example


Text Example

White with #461058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461058; }

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

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

background-color css

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

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

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

border-color css

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

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

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