#04473C

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

Shades of Cyprus #04473C

Tints of Cyprus #04473C

Color information

#04473C (or 0x04473C) is unknown color: approx Cyprus. HEX triplet: 04, 47 and 3C. RGB value is (4,71,60). Sum of RGB (Red+Green+Blue) = 4+71+60=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #04473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04473C is #FBB8C3. Grayscale: #313131. Windows color (decimal): -16496836 or 3950340. OLE color: 3950340.

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

Color convert

RGB47160-
CMYK0.9400.150.72
HSL170.15º89.33%14.71%-
HSV(B)170.15º94.37%27.84%-
XYZ3.124.865.05-
YUV49.71133.895.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=2.96%
G=52.59%
B=44.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471600.9400.150.72170.1589.3314.71
Hex4473C5E0F48aa59f
Octal41077413601711025213117
Binary100100011111110010111100111110010001010101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04473C; }

 p { color: rgb(4,71,60); }

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

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

 a { background-color: rgb(4,71,60); }

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

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

 span { border-color: rgb(4,71,60); }

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