Html Css Color HEX #04473C Cyprus

📋 copy color: '#04473C'

red 4 ◦ green 71 ◦ blue 60

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

Shades of Cyprus #04473C

Tints of Cyprus #04473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.44%

R = 2.96%
G = 52.59%
B = 44.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#04473C (or 0x04473C) is known color: Cyprus. HEX triplet: 04, 47 and 3C. RGB value is (4,71,60). Sum of RGB (Red+Green+Blue) = 4+71+60=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #04473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04473C is #FBB8C3. Grayscale: #313131. Windows color (decimal): -16496836 or 3950340. OLE color: 3950340.

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

Color convert

RGB 4 71 60 -
CMYK 0.94 0 0.15 0.72
HSL 170.15º 0.89% 0.15% -
HSV(B) 170.15º 0.94% 0.28% -
XYZ 3.12 4.86 5.05 -
YUV 49.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 4 71 60 0.94 0 0.15 0.72 170.15 0.89 0.15
Hex 4 47 3C 5E 0 F 48 AA 59 F
Octal 4 107 74 136 0 17 110 252 131 17
Binary 100 1000111 111100 1011110 0 1111 1001000 10101010 1011001 1111

Color Harmonies of #04473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04473C

Black with #04473C

Text Example


Text Example

White with #04473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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