Html Css Color HEX #044742 Cyprus

📋 copy color: '#044742'

red 4 ◦ green 71 ◦ blue 66

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

Shades of Cyprus #044742

Tints of Cyprus #044742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 2.84%
G = 50.35%
B = 46.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#044742 (or 0x044742) is known color: Cyprus. HEX triplet: 04, 47 and 42. RGB value is (4,71,66). Sum of RGB (Red+Green+Blue) = 4+71+66=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #044742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044742 is #FBB8BD. Grayscale: #323232. Windows color (decimal): -16496830 or 4343556. OLE color: 4343556.

HSL color Cylindrical-coordinate representation of color #044742: hue angle of 175.52º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044742 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 71 66 -
CMYK 0.94 0 0.07 0.72
HSL 175.52º 0.89% 0.15% -
HSV(B) 175.52º 0.94% 0.28% -
XYZ 3.29 4.93 5.93 -
YUV 50.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 4 71 66 0.94 0 0.07 0.72 175.52 0.89 0.15
Hex 4 47 42 5E 0 7 48 B0 59 F
Octal 4 107 102 136 0 7 110 260 131 17
Binary 100 1000111 1000010 1011110 0 111 1001000 10110000 1011001 1111

Color Harmonies of #044742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044742

Black with #044742

Text Example


Text Example

White with #044742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044742; }

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

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

background-color css

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

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

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

border-color css

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

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

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