Html Css Color HEX #044445 Cyprus

📋 copy color: '#044445'

red 4 ◦ green 68 ◦ blue 69

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

Shades of Cyprus #044445

Tints of Cyprus #044445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.94%

R = 2.84%
G = 48.23%
B = 48.94%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#044445 (or 0x044445) is known color: Cyprus. HEX triplet: 04, 44 and 45. RGB value is (4,68,69). Sum of RGB (Red+Green+Blue) = 4+68+69=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #044445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044445 is #FBBBBA. Grayscale: #303030. Windows color (decimal): -16497595 or 4539396. OLE color: 4539396.

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

Color convert

RGB 4 68 69 -
CMYK 0.94 0.01 0 0.73
HSL 180.92º 0.89% 0.14% -
HSV(B) 180.92º 0.94% 0.27% -
XYZ 3.19 4.59 6.35 -
YUV 48.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 4 68 69 0.94 0.01 0 0.73 180.92 0.89 0.14
Hex 4 44 45 5E 1 0 49 B5 59 E
Octal 4 104 105 136 1 0 111 265 131 16
Binary 100 1000100 1000101 1011110 1 0 1001001 10110101 1011001 1110

Color Harmonies of #044445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044445

Black with #044445

Text Example


Text Example

White with #044445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044445; }

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

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

background-color css

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

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

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

border-color css

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

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

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