#04463F

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

Shades of Cyprus #04463F

Tints of Cyprus #04463F

Color information

#04463F (or 0x04463F) is unknown color: approx Cyprus. HEX triplet: 04, 46 and 3F. RGB value is (4,70,63). Sum of RGB (Red+Green+Blue) = 4+70+63=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #04463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04463F is #FBB9C0. Grayscale: #313131. Windows color (decimal): -16497089 or 4146692. OLE color: 4146692.

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

Color convert

RGB47063-
CMYK0.9400.100.73
HSL173.64º89.19%14.51%-
HSV(B)173.64º94.29%27.45%-
XYZ3.144.775.46-
YUV49.47135.6395.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 63 (25% from 255) = 45.99%
R=2.92%
G=51.09%
B=45.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470630.9400.100.73173.6489.1914.51
Hex4463F5E0A49ae59f
Octal41067713601211125613117
Binary100100011011111110111100101010010011010111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04463F; }

 p { color: rgb(4,70,63); }

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

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

 a { background-color: rgb(4,70,63); }

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

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

 span { border-color: rgb(4,70,63); }

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