Html Css Color HEX #04483B Cyprus

📋 copy color: '#04483B'

red 4 ◦ green 72 ◦ blue 59

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

Shades of Cyprus #04483B

Tints of Cyprus #04483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 43.7%

R = 2.96%
G = 53.33%
B = 43.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#04483B (or 0x04483B) is known color: Cyprus. HEX triplet: 04, 48 and 3B. RGB value is (4,72,59). Sum of RGB (Red+Green+Blue) = 4+72+59=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #04483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04483B is #FBB7C4. Grayscale: #323232. Windows color (decimal): -16496581 or 3885060. OLE color: 3885060.

HSL color Cylindrical-coordinate representation of color #04483B: hue angle of 168.53º 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 #04483B is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 72 59 -
CMYK 0.94 0 0.18 0.72
HSL 168.53º 0.89% 0.15% -
HSV(B) 168.53º 0.94% 0.28% -
XYZ 3.16 4.98 4.93 -
YUV 50.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 4 72 59 0.94 0 0.18 0.72 168.53 0.89 0.15
Hex 4 48 3B 5E 0 12 48 A9 59 F
Octal 4 110 73 136 0 22 110 251 131 17
Binary 100 1001000 111011 1011110 0 10010 1001000 10101001 1011001 1111

Color Harmonies of #04483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04483B

Black with #04483B

Text Example


Text Example

White with #04483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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