#082846

Color #082846 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #082846

Tints of Tangaroa #082846

Color information

#082846 (or 0x082846) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 46. RGB value is (8,40,70). Sum of RGB (Red+Green+Blue) = 8+40+70=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #082846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082846 is #F7D7B9. Grayscale: #212121. Windows color (decimal): -16242618 or 4597768. OLE color: 4597768.

HSL color Cylindrical-coordinate representation of color #082846: hue angle of 209.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082846 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB84070-
CMYK0.890.4300.73
HSL209.03º79.49%15.29%-
HSV(B)209.03º88.57%27.45%-
XYZ1.962.016.08-
YUV33.85148.4109.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 70 (27.73% from 255) = 59.32%
R=6.78%
G=33.90%
B=59.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal840700.890.4300.73209.0379.4915.29
Hex82846592B049d14ff
Octal105010613153011132111717
Binary100010100010001101011001101011010010011101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082846; }

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

 H1.HeaderClassName
 {
   color: #082846;
 }
 .AnyTagClassName
 {
   color: #082846;
 }
</style>
background-color css

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

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

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

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

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

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