#084446

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

Shades of Cyprus #084446

Tints of Cyprus #084446

Color information

#084446 (or 0x084446) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 46. RGB value is (8,68,70). Sum of RGB (Red+Green+Blue) = 8+68+70=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #084446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084446 is #F7BBB9. Grayscale: #323232. Windows color (decimal): -16235450 or 4604936. OLE color: 4604936.

HSL color Cylindrical-coordinate representation of color #084446: hue angle of 181.94º 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 #084446 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB86870-
CMYK0.890.0300.73
HSL181.94º79.49%15.29%-
HSV(B)181.94º88.57%27.45%-
XYZ3.274.636.52-
YUV50.29139.1297.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=5.48%
G=46.58%
B=47.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868700.890.0300.73181.9479.4915.29
Hex84446593049b64ff
Octal101041061313011126611717
Binary100010001001000110101100111010010011011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084446; }

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

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

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

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

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

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

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

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