Html Css Color HEX #461864 Scarlet Gum

📋 copy color: '#461864'

red 70 ◦ green 24 ◦ blue 100

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

Shades of Scarlet Gum #461864

Tints of Scarlet Gum #461864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

 BLUE value IS 100 (39.45% from 255) = 51.55%

R = 36.08%
G = 12.37%
B = 51.55%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#461864 (or 0x461864) is known color: Scarlet Gum. HEX triplet: 46, 18 and 64. RGB value is (70,24,100). Sum of RGB (Red+Green+Blue) = 70+24+100=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #461864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461864 is #B9E79B. Grayscale: #2E2E2E. Windows color (decimal): -12183452 or 6559814. OLE color: 6559814.

HSL color Cylindrical-coordinate representation of color #461864: hue angle of 276.32º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461864 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 24 100 -
CMYK 0.30 0.76 0 0.61
HSL 276.32º 0.61% 0.24% -
HSV(B) 276.32º 0.76% 0.39% -
XYZ 5.15 2.88 12.34 -
YUV 46.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 70 24 100 0.30 0.76 0 0.61 276.32 0.61 0.24
Hex 46 18 64 1E 4C 0 3D 114 3D 18
Octal 106 30 144 36 114 0 75 424 75 30
Binary 1000110 11000 1100100 11110 1001100 0 111101 100010100 111101 11000

Color Harmonies of #461864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461864

Black with #461864

Text Example


Text Example

White with #461864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461864; }

 p { color: rgb(70,24,100); }

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

background-color css

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

 a { background-color: rgb(70,24,100); }

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

border-color css

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

 span { border-color: rgb(70,24,100); }

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