Html Css Color HEX #04493D Cyprus

📋 copy color: '#04493D'

red 4 ◦ green 73 ◦ blue 61

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

Shades of Cyprus #04493D

Tints of Cyprus #04493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 2.9%
G = 52.9%
B = 44.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#04493D (or 0x04493D) is known color: Cyprus. HEX triplet: 04, 49 and 3D. RGB value is (4,73,61). Sum of RGB (Red+Green+Blue) = 4+73+61=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #04493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04493D is #FBB6C2. Grayscale: #323232. Windows color (decimal): -16496323 or 4016388. OLE color: 4016388.

HSL color Cylindrical-coordinate representation of color #04493D: hue angle of 169.57º 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 #04493D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 61 -
CMYK 0.95 0 0.16 0.71
HSL 169.57º 0.9% 0.15% -
HSV(B) 169.57º 0.95% 0.29% -
XYZ 3.27 5.13 5.23 -
YUV 51 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 4 73 61 0.95 0 0.16 0.71 169.57 0.9 0.15
Hex 4 49 3D 5F 0 10 47 AA 5A F
Octal 4 111 75 137 0 20 107 252 132 17
Binary 100 1001001 111101 1011111 0 10000 1000111 10101010 1011010 1111

Color Harmonies of #04493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04493D

Black with #04493D

Text Example


Text Example

White with #04493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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