Html Css Color HEX #460B5E Scarlet Gum

📋 copy color: '#460B5E'

red 70 ◦ green 11 ◦ blue 94

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

Shades of Scarlet Gum #460B5E

Tints of Scarlet Gum #460B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 40%
G = 6.29%
B = 53.71%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#460B5E (or 0x460B5E) is known color: Scarlet Gum. HEX triplet: 46, 0B and 5E. RGB value is (70,11,94). Sum of RGB (Red+Green+Blue) = 70+11+94=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #460B5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B5E is #B9F4A1. Grayscale: #252525. Windows color (decimal): -12186786 or 6163270. OLE color: 6163270.

HSL color Cylindrical-coordinate representation of color #460B5E: hue angle of 282.65º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460B5E is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 11 94 -
CMYK 0.26 0.88 0 0.63
HSL 282.65º 0.79% 0.21% -
HSV(B) 282.65º 0.88% 0.37% -
XYZ 4.67 2.35 10.8 -
YUV 38.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 70 11 94 0.26 0.88 0 0.63 282.65 0.79 0.21
Hex 46 B 5E 1A 58 0 3F 11B 4F 15
Octal 106 13 136 32 130 0 77 433 117 25
Binary 1000110 1011 1011110 11010 1011000 0 111111 100011011 1001111 10101

Color Harmonies of #460B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B5E

Black with #460B5E

Text Example


Text Example

White with #460B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460B5E; }

 p { color: rgb(70,11,94); }

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

background-color css

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

 a { background-color: rgb(70,11,94); }

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

border-color css

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

 span { border-color: rgb(70,11,94); }

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