#04453B

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

Shades of Cyprus #04453B

Tints of Cyprus #04453B

Color information

#04453B (or 0x04453B) is unknown color: approx Cyprus. HEX triplet: 04, 45 and 3B. RGB value is (4,69,59). Sum of RGB (Red+Green+Blue) = 4+69+59=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #04453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04453B is #FBBAC4. Grayscale: #303030. Windows color (decimal): -16497349 or 3884292. OLE color: 3884292.

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

Color convert

RGB46959-
CMYK0.9400.140.73
HSL170.77º89.04%14.31%-
HSV(B)170.77º94.2%27.06%-
XYZ2.974.64.87-
YUV48.42133.9796.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=3.03%
G=52.27%
B=44.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469590.9400.140.73170.7789.0414.31
Hex4453B5E0E49ab59e
Octal41057313601611125313116
Binary100100010111101110111100111010010011010101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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