#044A41

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

Shades of Cyprus #044A41

Tints of Cyprus #044A41

Color information

#044A41 (or 0x044A41) is unknown color: approx Cyprus. HEX triplet: 04, 4A and 41. RGB value is (4,74,65). Sum of RGB (Red+Green+Blue) = 4+74+65=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #044A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A41 is #FBB5BE. Grayscale: #343434. Windows color (decimal): -16496063 or 4278788. OLE color: 4278788.

HSL color Cylindrical-coordinate representation of color #044A41: hue angle of 172.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A41 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB47465-
CMYK0.9500.120.71
HSL172.29º89.74%15.29%-
HSV(B)172.29º94.59%29.02%-
XYZ3.455.315.84-
YUV52.04135.3193.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 74 (29.30% from 255) = 51.75%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=2.80%
G=51.75%
B=45.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal474650.9500.120.71172.2989.7415.29
Hex44A415F0C47ac5af
Octal411210113701410725413217
Binary1001001010100000110111110110010001111010110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044A41; }

 p { color: rgb(4,74,65); }

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

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

 a { background-color: rgb(4,74,65); }

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

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

 span { border-color: rgb(4,74,65); }

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