Html Css Color HEX #460F42 Mardi Gras

📋 copy color: '#460F42'

red 70 ◦ green 15 ◦ blue 66

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

Shades of Mardi Gras #460F42

Tints of Mardi Gras #460F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.93%

 BLUE value IS 66 (26.17% from 255) = 43.71%

R = 46.36%
G = 9.93%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#460F42 (or 0x460F42) is known color: Mardi Gras. HEX triplet: 46, 0F and 42. RGB value is (70,15,66). Sum of RGB (Red+Green+Blue) = 70+15+66=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #460F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F42 is #B9F0BD. Grayscale: #252525. Windows color (decimal): -12185790 or 4329286. OLE color: 4329286.

HSL color Cylindrical-coordinate representation of color #460F42: hue angle of 304.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F42 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 15 66 -
CMYK 0 0.79 0.06 0.73
HSL 304.36º 0.65% 0.17% -
HSV(B) 304.36º 0.79% 0.27% -
XYZ 3.68 2.04 5.35 -
YUV 37.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 70 15 66 0 0.79 0.06 0.73 304.36 0.65 0.17
Hex 46 F 42 0 4F 6 49 130 41 11
Octal 106 17 102 0 117 6 111 460 101 21
Binary 1000110 1111 1000010 0 1001111 110 1001001 100110000 1000001 10001

Color Harmonies of #460F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F42

Black with #460F42

Text Example


Text Example

White with #460F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460F42; }

 p { color: rgb(70,15,66); }

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

background-color css

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

 a { background-color: rgb(70,15,66); }

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

border-color css

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

 span { border-color: rgb(70,15,66); }

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