Html Css Color HEX #044442 Cyprus

📋 copy color: '#044442'

red 4 ◦ green 68 ◦ blue 66

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

Shades of Cyprus #044442

Tints of Cyprus #044442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 2.9%
G = 49.28%
B = 47.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#044442 (or 0x044442) is known color: Cyprus. HEX triplet: 04, 44 and 42. RGB value is (4,68,66). Sum of RGB (Red+Green+Blue) = 4+68+66=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #044442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044442 is #FBBBBD. Grayscale: #303030. Windows color (decimal): -16497598 or 4342788. OLE color: 4342788.

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

Color convert

RGB 4 68 66 -
CMYK 0.94 0 0.03 0.73
HSL 178.13º 0.89% 0.14% -
HSV(B) 178.13º 0.94% 0.27% -
XYZ 3.1 4.55 5.87 -
YUV 48.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 4 68 66 0.94 0 0.03 0.73 178.13 0.89 0.14
Hex 4 44 42 5E 0 3 49 B2 59 E
Octal 4 104 102 136 0 3 111 262 131 16
Binary 100 1000100 1000010 1011110 0 11 1001001 10110010 1011001 1110

Color Harmonies of #044442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044442

Black with #044442

Text Example


Text Example

White with #044442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044442; }

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

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

background-color css

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

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

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

border-color css

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

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

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