Html Css Color HEX #461F60 Scarlet Gum

📋 copy color: '#461F60'

red 70 ◦ green 31 ◦ blue 96

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

Shades of Scarlet Gum #461F60

Tints of Scarlet Gum #461F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 35.53%
G = 15.74%
B = 48.73%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461F60 (or 0x461F60) is known color: Scarlet Gum. HEX triplet: 46, 1F and 60. RGB value is (70,31,96). Sum of RGB (Red+Green+Blue) = 70+31+96=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #461F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F60 is #B9E09F. Grayscale: #313131. Windows color (decimal): -12181664 or 6299462. OLE color: 6299462.

HSL color Cylindrical-coordinate representation of color #461F60: hue angle of 276º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461F60 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 31 96 -
CMYK 0.27 0.68 0 0.62
HSL 276º 0.51% 0.25% -
HSV(B) 276º 0.68% 0.38% -
XYZ 5.13 3.13 11.4 -
YUV 50.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 70 31 96 0.27 0.68 0 0.62 276 0.51 0.25
Hex 46 1F 60 1B 44 0 3E 114 33 19
Octal 106 37 140 33 104 0 76 424 63 31
Binary 1000110 11111 1100000 11011 1000100 0 111110 100010100 110011 11001

Color Harmonies of #461F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F60

Black with #461F60

Text Example


Text Example

White with #461F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F60; }

 p { color: rgb(70,31,96); }

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

background-color css

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

 a { background-color: rgb(70,31,96); }

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

border-color css

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

 span { border-color: rgb(70,31,96); }

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