Html Css Color HEX #004742 Cyprus

📋 copy color: '#004742'

red 0 ◦ green 71 ◦ blue 66

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

Shades of Cyprus #004742

Tints of Cyprus #004742

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 51.82%
B = 48.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#004742 (or 0x004742) is known color: Cyprus. HEX triplet: 00, 47 and 42. RGB value is (0,71,66). Sum of RGB (Red+Green+Blue) = 0+71+66=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #004742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004742 is #FFB8BD. Grayscale: #313131. Windows color (decimal): -16758974 or 4343552. OLE color: 4343552.

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

Color convert

RGB 0 71 66 -
CMYK 1 0 0.07 0.72
HSL 175.77º 1% 0.14% -
HSV(B) 175.77º 1% 0.28% -
XYZ 3.24 4.9 5.93 -
YUV 49.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 0 71 66 1 0 0.07 0.72 175.77 1 0.14
Hex 0 47 42 64 0 7 48 B0 64 E
Octal 0 107 102 144 0 7 110 260 144 16
Binary 0 1000111 1000010 1100100 0 111 1001000 10110000 1100100 1110

Color Harmonies of #004742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004742

Black with #004742

Text Example


Text Example

White with #004742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004742; }

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

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

background-color css

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

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

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

border-color css

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

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

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