#044441

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

Shades of Cyprus #044441

Tints of Cyprus #044441

Color information

#044441 (or 0x044441) is unknown color: approx Cyprus. HEX triplet: 04, 44 and 41. RGB value is (4,68,65). Sum of RGB (Red+Green+Blue) = 4+68+65=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #044441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044441 is #FBBBBE. Grayscale: #303030. Windows color (decimal): -16497599 or 4277252. OLE color: 4277252.

HSL color Cylindrical-coordinate representation of color #044441: hue angle of 177.19º 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 #044441 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB46865-
CMYK0.9400.040.73
HSL177.19º88.89%14.12%-
HSV(B)177.19º94.12%26.67%-
XYZ3.074.545.72-
YUV48.52137.396.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=2.92%
G=49.64%
B=47.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468650.9400.040.73177.1988.8914.12
Hex444415E0449b159e
Octal41041011360411126113116
Binary100100010010000011011110010010010011011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044441; }

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

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

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

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

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

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

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

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