Html Css Color HEX #044440 Cyprus

📋 copy color: '#044440'

red 4 ◦ green 68 ◦ blue 64

#044440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #044440

Tints of Cyprus #044440

RGB

 RED value IS 4 (1.95% from 255) = 2.94%

 GREEN value IS 68 (26.95% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 47.06%

R = 2.94%
G = 50%
B = 47.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#044440 (or 0x044440) is known color: Cyprus. HEX triplet: 04, 44 and 40. RGB value is (4,68,64). Sum of RGB (Red+Green+Blue) = 4+68+64=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #044440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044440 is #FBBBBF. Grayscale: #303030. Windows color (decimal): -16497600 or 4211716. OLE color: 4211716.

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

Color convert

RGB 4 68 64 -
CMYK 0.94 0 0.06 0.73
HSL 176.25º 0.89% 0.14% -
HSV(B) 176.25º 0.94% 0.27% -
XYZ 3.04 4.53 5.56 -
YUV 48.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 4 68 64 0.94 0 0.06 0.73 176.25 0.89 0.14
Hex 4 44 40 5E 0 6 49 B0 59 E
Octal 4 104 100 136 0 6 111 260 131 16
Binary 100 1000100 1000000 1011110 0 110 1001001 10110000 1011001 1110

Color Harmonies of #044440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044440

Black with #044440

Text Example


Text Example

White with #044440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044440; }

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

 H1.HeaderClassName
 {
   color: #044440;
 }
 .AnyTagClassName
 {
   color: #044440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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