#084648

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

Shades of Cyprus #084648

Tints of Cyprus #084648

Color information

#084648 (or 0x084648) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 48. RGB value is (8,70,72). Sum of RGB (Red+Green+Blue) = 8+70+72=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #084648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084648 is #F7B9B7. Grayscale: #333333. Windows color (decimal): -16234936 or 4736520. OLE color: 4736520.

HSL color Cylindrical-coordinate representation of color #084648: hue angle of 181.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084648 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB87072-
CMYK0.890.0300.72
HSL181.88º80%15.69%-
HSV(B)181.88º88.89%28.24%-
XYZ3.464.96.89-
YUV51.69139.4696.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 48%
R=5.33%
G=46.67%
B=48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal870720.890.0300.72181.888015.69
Hex84648593048b65010
Octal101061101313011026612020
Binary1000100011010010001011001110100100010110110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084648; }

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

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

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

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

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

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

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

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