Html Css Color HEX #04393D Cyprus

📋 copy color: '#04393D'

red 4 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #04393D

Tints of Cyprus #04393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.72%

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

R = 3.28%
G = 46.72%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04393D (or 0x04393D) is known color: Cyprus. HEX triplet: 04, 39 and 3D. RGB value is (4,57,61). Sum of RGB (Red+Green+Blue) = 4+57+61=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #04393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04393D is #FBC6C2. Grayscale: #292929. Windows color (decimal): -16500419 or 4012292. OLE color: 4012292.

HSL color Cylindrical-coordinate representation of color #04393D: hue angle of 184.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04393D is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 57 61 -
CMYK 0.93 0.07 0 0.76
HSL 184.21º 0.88% 0.13% -
HSV(B) 184.21º 0.93% 0.24% -
XYZ 2.36 3.29 4.93 -
YUV 41.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 4 57 61 0.93 0.07 0 0.76 184.21 0.88 0.13
Hex 4 39 3D 5D 7 0 4C B8 58 D
Octal 4 71 75 135 7 0 114 270 130 15
Binary 100 111001 111101 1011101 111 0 1001100 10111000 1011000 1101

Color Harmonies of #04393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04393D

Black with #04393D

Text Example


Text Example

White with #04393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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