Html Css Color HEX #04423F Cyprus

📋 copy color: '#04423F'

red 4 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #04423F

Tints of Cyprus #04423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

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

R = 3.01%
G = 49.62%
B = 47.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#04423F (or 0x04423F) is known color: Cyprus. HEX triplet: 04, 42 and 3F. RGB value is (4,66,63). Sum of RGB (Red+Green+Blue) = 4+66+63=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #04423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04423F is #FBBDC0. Grayscale: #2F2F2F. Windows color (decimal): -16498113 or 4145668. OLE color: 4145668.

HSL color Cylindrical-coordinate representation of color #04423F: hue angle of 177.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04423F is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 63 -
CMYK 0.94 0 0.05 0.74
HSL 177.1º 0.89% 0.14% -
HSV(B) 177.1º 0.94% 0.26% -
XYZ 2.9 4.28 5.38 -
YUV 47.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 4 66 63 0.94 0 0.05 0.74 177.1 0.89 0.14
Hex 4 42 3F 5E 0 5 4A B1 59 E
Octal 4 102 77 136 0 5 112 261 131 16
Binary 100 1000010 111111 1011110 0 101 1001010 10110001 1011001 1110

Color Harmonies of #04423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04423F

Black with #04423F

Text Example


Text Example

White with #04423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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