Html Css Color HEX #044444 Cyprus

📋 copy color: '#044444'

red 4 ◦ green 68 ◦ blue 68

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

Shades of Cyprus #044444

Tints of Cyprus #044444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 2.86%
G = 48.57%
B = 48.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#044444 (or 0x044444) is known color: Cyprus. HEX triplet: 04, 44 and 44. RGB value is (4,68,68). Sum of RGB (Red+Green+Blue) = 4+68+68=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #044444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044444 is #FBBBBB. Grayscale: #303030. Windows color (decimal): -16497596 or 4473860. OLE color: 4473860.

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

Color convert

RGB 4 68 68 -
CMYK 0.94 0 0 0.73
HSL 180º 0.89% 0.14% -
HSV(B) 180º 0.94% 0.27% -
XYZ 3.16 4.58 6.19 -
YUV 48.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 4 68 68 0.94 0 0 0.73 180 0.89 0.14
Hex 4 44 44 5E 0 0 49 B4 59 E
Octal 4 104 104 136 0 0 111 264 131 16
Binary 100 1000100 1000100 1011110 0 0 1001001 10110100 1011001 1110

Color Harmonies of #044444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044444

Black with #044444

Text Example


Text Example

White with #044444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044444; }

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

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

background-color css

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

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

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

border-color css

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

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

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