Html Css Color HEX #04493C Cyprus

📋 copy color: '#04493C'

red 4 ◦ green 73 ◦ blue 60

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

Shades of Cyprus #04493C

Tints of Cyprus #04493C

RGB

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

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

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

R = 2.92%
G = 53.28%
B = 43.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#04493C (or 0x04493C) is known color: Cyprus. HEX triplet: 04, 49 and 3C. RGB value is (4,73,60). Sum of RGB (Red+Green+Blue) = 4+73+60=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #04493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04493C is #FBB6C3. Grayscale: #323232. Windows color (decimal): -16496324 or 3950852. OLE color: 3950852.

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

Color convert

RGB 4 73 60 -
CMYK 0.95 0 0.18 0.71
HSL 168.7º 0.9% 0.15% -
HSV(B) 168.7º 0.95% 0.29% -
XYZ 3.25 5.12 5.09 -
YUV 50.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 4 73 60 0.95 0 0.18 0.71 168.7 0.9 0.15
Hex 4 49 3C 5F 0 12 47 A9 5A F
Octal 4 111 74 137 0 22 107 251 132 17
Binary 100 1001001 111100 1011111 0 10010 1000111 10101001 1011010 1111

Color Harmonies of #04493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04493C

Black with #04493C

Text Example


Text Example

White with #04493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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