Html Css Color HEX #461458 Scarlet Gum

📋 copy color: '#461458'

red 70 ◦ green 20 ◦ blue 88

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

Shades of Scarlet Gum #461458

Tints of Scarlet Gum #461458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 39.33%
G = 11.24%
B = 49.44%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461458 (or 0x461458) is known color: Scarlet Gum. HEX triplet: 46, 14 and 58. RGB value is (70,20,88). Sum of RGB (Red+Green+Blue) = 70+20+88=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #461458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461458 is #B9EBA7. Grayscale: #2A2A2A. Windows color (decimal): -12184488 or 5772358. OLE color: 5772358.

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

Color convert

RGB 70 20 88 -
CMYK 0.20 0.77 0 0.65
HSL 284.12º 0.63% 0.21% -
HSV(B) 284.12º 0.77% 0.35% -
XYZ 4.54 2.51 9.48 -
YUV 42.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 70 20 88 0.20 0.77 0 0.65 284.12 0.63 0.21
Hex 46 14 58 14 4D 0 41 11C 3F 15
Octal 106 24 130 24 115 0 101 434 77 25
Binary 1000110 10100 1011000 10100 1001101 0 1000001 100011100 111111 10101

Color Harmonies of #461458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461458

Black with #461458

Text Example


Text Example

White with #461458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461458; }

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

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

background-color css

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

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

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

border-color css

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

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

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