Html Css Color HEX #462852 Scarlet Gum

📋 copy color: '#462852'

red 70 ◦ green 40 ◦ blue 82

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

Shades of Scarlet Gum #462852

Tints of Scarlet Gum #462852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 82 (32.42% from 255) = 42.71%

R = 36.46%
G = 20.83%
B = 42.71%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462852 (or 0x462852) is known color: Scarlet Gum. HEX triplet: 46, 28 and 52. RGB value is (70,40,82). Sum of RGB (Red+Green+Blue) = 70+40+82=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #462852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462852 is #B9D7AD. Grayscale: #353535. Windows color (decimal): -12179374 or 5384262. OLE color: 5384262.

HSL color Cylindrical-coordinate representation of color #462852: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462852 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 40 82 -
CMYK 0.15 0.51 0 0.68
HSL 282.86º 0.34% 0.24% -
HSV(B) 282.86º 0.51% 0.32% -
XYZ 4.81 3.43 8.39 -
YUV 53.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 70 40 82 0.15 0.51 0 0.68 282.86 0.34 0.24
Hex 46 28 52 F 33 0 44 11B 22 18
Octal 106 50 122 17 63 0 104 433 42 30
Binary 1000110 101000 1010010 1111 110011 0 1000100 100011011 100010 11000

Color Harmonies of #462852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462852

Black with #462852

Text Example


Text Example

White with #462852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462852; }

 p { color: rgb(70,40,82); }

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

background-color css

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

 a { background-color: rgb(70,40,82); }

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

border-color css

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

 span { border-color: rgb(70,40,82); }

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