Html Css Color HEX #465042 Cabbage Pont

📋 copy color: '#465042'

red 70 ◦ green 80 ◦ blue 66

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

Shades of Cabbage Pont #465042

Tints of Cabbage Pont #465042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

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

R = 32.41%
G = 37.04%
B = 30.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#465042 (or 0x465042) is known color: Cabbage Pont. HEX triplet: 46, 50 and 42. RGB value is (70,80,66). Sum of RGB (Red+Green+Blue) = 70+80+66=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #465042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465042 is #B9AFBD. Grayscale: #4B4B4B. Windows color (decimal): -12169150 or 4345926. OLE color: 4345926.

HSL color Cylindrical-coordinate representation of color #465042: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465042 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 66 -
CMYK 0.12 0 0.17 0.69
HSL 102.86º 0.1% 0.29% -
HSV(B) 102.86º 0.18% 0.31% -
XYZ 6.38 7.43 6.25 -
YUV 75.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 70 80 66 0.12 0 0.17 0.69 102.86 0.1 0.29
Hex 46 50 42 C 0 11 45 67 A 1D
Octal 106 120 102 14 0 21 105 147 12 35
Binary 1000110 1010000 1000010 1100 0 10001 1000101 1100111 1010 11101

Color Harmonies of #465042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465042

Black with #465042

Text Example


Text Example

White with #465042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465042; }

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

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

background-color css

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

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

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

border-color css

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

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

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