Html Css Color HEX #04483F Cyprus

📋 copy color: '#04483F'

red 4 ◦ green 72 ◦ blue 63

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

Shades of Cyprus #04483F

Tints of Cyprus #04483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

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

R = 2.88%
G = 51.8%
B = 45.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#04483F (or 0x04483F) is known color: Cyprus. HEX triplet: 04, 48 and 3F. RGB value is (4,72,63). Sum of RGB (Red+Green+Blue) = 4+72+63=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #04483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04483F is #FBB7C0. Grayscale: #323232. Windows color (decimal): -16496577 or 4147204. OLE color: 4147204.

HSL color Cylindrical-coordinate representation of color #04483F: hue angle of 172.06º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04483F is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 63 -
CMYK 0.94 0 0.12 0.72
HSL 172.06º 0.89% 0.15% -
HSV(B) 172.06º 0.94% 0.28% -
XYZ 3.26 5.02 5.5 -
YUV 50.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 4 72 63 0.94 0 0.12 0.72 172.06 0.89 0.15
Hex 4 48 3F 5E 0 C 48 AC 59 F
Octal 4 110 77 136 0 14 110 254 131 17
Binary 100 1001000 111111 1011110 0 1100 1001000 10101100 1011001 1111

Color Harmonies of #04483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04483F

Black with #04483F

Text Example


Text Example

White with #04483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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