Html Css Color HEX #462452 Scarlet Gum

📋 copy color: '#462452'

red 70 ◦ green 36 ◦ blue 82

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

Shades of Scarlet Gum #462452

Tints of Scarlet Gum #462452

RGB

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

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

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

R = 37.23%
G = 19.15%
B = 43.62%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462452 (or 0x462452) is known color: Scarlet Gum. HEX triplet: 46, 24 and 52. RGB value is (70,36,82). Sum of RGB (Red+Green+Blue) = 70+36+82=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #462452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462452 is #B9DBAD. Grayscale: #333333. Windows color (decimal): -12180398 or 5383238. OLE color: 5383238.

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

Color convert

RGB 70 36 82 -
CMYK 0.15 0.56 0 0.68
HSL 284.35º 0.39% 0.23% -
HSV(B) 284.35º 0.56% 0.32% -
XYZ 4.68 3.17 8.35 -
YUV 51.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 70 36 82 0.15 0.56 0 0.68 284.35 0.39 0.23
Hex 46 24 52 F 38 0 44 11C 27 17
Octal 106 44 122 17 70 0 104 434 47 27
Binary 1000110 100100 1010010 1111 111000 0 1000100 100011100 100111 10111

Color Harmonies of #462452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462452

Black with #462452

Text Example


Text Example

White with #462452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462452; }

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

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

background-color css

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

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

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

border-color css

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

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

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