#084A46

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

Shades of Cyprus #084A46

Tints of Cyprus #084A46

Color information

#084A46 (or 0x084A46) is unknown color: approx Cyprus. HEX triplet: 08, 4A and 46. RGB value is (8,74,70). Sum of RGB (Red+Green+Blue) = 8+74+70=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #084A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A46 is #F7B5B9. Grayscale: #353535. Windows color (decimal): -16233914 or 4606472. OLE color: 4606472.

HSL color Cylindrical-coordinate representation of color #084A46: hue angle of 176.36º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A46 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB87470-
CMYK0.8900.050.71
HSL176.36º80.49%16.08%-
HSV(B)176.36º89.19%29.02%-
XYZ3.655.396.64-
YUV53.81137.1395.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 74 (29.30% from 255) = 48.68%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=5.26%
G=48.68%
B=46.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874700.8900.050.71176.3680.4916.08
Hex84A46590547b05010
Octal101121061310510726012020
Binary10001001010100011010110010101100011110110000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084A46; }

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

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

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

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

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

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

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

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