Html Css Color HEX #04493F Cyprus

📋 copy color: '#04493F'

red 4 ◦ green 73 ◦ blue 63

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

Shades of Cyprus #04493F

Tints of Cyprus #04493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 63 (25% from 255) = 45%

R = 2.86%
G = 52.14%
B = 45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#04493F (or 0x04493F) is known color: Cyprus. HEX triplet: 04, 49 and 3F. RGB value is (4,73,63). Sum of RGB (Red+Green+Blue) = 4+73+63=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #04493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04493F is #FBB6C0. Grayscale: #333333. Windows color (decimal): -16496321 or 4147460. OLE color: 4147460.

HSL color Cylindrical-coordinate representation of color #04493F: hue angle of 171.3º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04493F is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 63 -
CMYK 0.95 0 0.14 0.71
HSL 171.3º 0.9% 0.15% -
HSV(B) 171.3º 0.95% 0.29% -
XYZ 3.33 5.15 5.52 -
YUV 51.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 4 73 63 0.95 0 0.14 0.71 171.3 0.9 0.15
Hex 4 49 3F 5F 0 E 47 AB 5A F
Octal 4 111 77 137 0 16 107 253 132 17
Binary 100 1001001 111111 1011111 0 1110 1000111 10101011 1011010 1111

Color Harmonies of #04493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04493F

Black with #04493F

Text Example


Text Example

White with #04493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04493F; }

 p { color: rgb(4,73,63); }

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

background-color css

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

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

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

border-color css

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

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

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