Html Css Color HEX #462462 Scarlet Gum

📋 copy color: '#462462'

red 70 ◦ green 36 ◦ blue 98

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

Shades of Scarlet Gum #462462

Tints of Scarlet Gum #462462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 98 (38.67% from 255) = 48.04%

R = 34.31%
G = 17.65%
B = 48.04%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462462 (or 0x462462) is known color: Scarlet Gum. HEX triplet: 46, 24 and 62. RGB value is (70,36,98). Sum of RGB (Red+Green+Blue) = 70+36+98=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #462462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462462 is #B9DB9D. Grayscale: #353535. Windows color (decimal): -12180382 or 6431814. OLE color: 6431814.

HSL color Cylindrical-coordinate representation of color #462462: hue angle of 272.9º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462462 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 36 98 -
CMYK 0.29 0.63 0 0.62
HSL 272.9º 0.46% 0.26% -
HSV(B) 272.9º 0.63% 0.38% -
XYZ 5.36 3.45 11.94 -
YUV 53.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 70 36 98 0.29 0.63 0 0.62 272.9 0.46 0.26
Hex 46 24 62 1D 3F 0 3E 111 2E 1A
Octal 106 44 142 35 77 0 76 421 56 32
Binary 1000110 100100 1100010 11101 111111 0 111110 100010001 101110 11010

Color Harmonies of #462462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462462

Black with #462462

Text Example


Text Example

White with #462462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462462; }

 p { color: rgb(70,36,98); }

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

background-color css

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

 a { background-color: rgb(70,36,98); }

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

border-color css

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

 span { border-color: rgb(70,36,98); }

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