#04403B

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

Shades of Cyprus #04403B

Tints of Cyprus #04403B

Color information

#04403B (or 0x04403B) is unknown color: approx Cyprus. HEX triplet: 04, 40 and 3B. RGB value is (4,64,59). Sum of RGB (Red+Green+Blue) = 4+64+59=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #04403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04403B is #FBBFC4. Grayscale: #2D2D2D. Windows color (decimal): -16498629 or 3883012. OLE color: 3883012.

HSL color Cylindrical-coordinate representation of color #04403B: hue angle of 175º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04403B is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB46459-
CMYK0.9400.080.75
HSL175º88.24%13.33%-
HSV(B)175º93.75%25.1%-
XYZ2.674.014.77-
YUV45.49135.6298.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 59 (23.44% from 255) = 46.46%
R=3.15%
G=50.39%
B=46.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464590.9400.080.7517588.2413.33
Hex4403B5E084Baf58d
Octal41007313601011325713015
Binary100100000011101110111100100010010111010111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04403B; }

 p { color: rgb(4,64,59); }

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

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

 a { background-color: rgb(4,64,59); }

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

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

 span { border-color: rgb(4,64,59); }

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