#094046

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

Shades of Cyprus #094046

Tints of Cyprus #094046

Color information

#094046 (or 0x094046) is unknown color: approx Cyprus. HEX triplet: 09, 40 and 46. RGB value is (9,64,70). Sum of RGB (Red+Green+Blue) = 9+64+70=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #094046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094046 is #F6BFB9. Grayscale: #303030. Windows color (decimal): -16170938 or 4603913. OLE color: 4603913.

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

Color convert

RGB96470-
CMYK0.870.0900.73
HSL185.9º77.22%15.49%-
HSV(B)185.9º87.14%27.45%-
XYZ3.054.176.44-
YUV48.24140.28100.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=6.29%
G=44.76%
B=48.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal964700.870.0900.73185.977.2215.49
Hex94046579049ba4df
Octal1110010612711011127211517
Binary10011000000100011010101111001010010011011101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094046; }

 p { color: rgb(9,64,70); }

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

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

 a { background-color: rgb(9,64,70); }

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

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

 span { border-color: rgb(9,64,70); }

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