Html Css Color HEX #045249 Cyprus

📋 copy color: '#045249'

red 4 ◦ green 82 ◦ blue 73

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

Shades of Cyprus #045249

Tints of Cyprus #045249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.57%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 2.52%
G = 51.57%
B = 45.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#045249 (or 0x045249) is known color: Cyprus. HEX triplet: 04, 52 and 49. RGB value is (4,82,73). Sum of RGB (Red+Green+Blue) = 4+82+73=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #045249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045249 is #FBADB6. Grayscale: #393939. Windows color (decimal): -16494007 or 4805124. OLE color: 4805124.

HSL color Cylindrical-coordinate representation of color #045249: hue angle of 173.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045249 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 73 -
CMYK 0.95 0 0.11 0.68
HSL 173.08º 0.91% 0.17% -
HSV(B) 173.08º 0.95% 0.32% -
XYZ 4.27 6.54 7.34 -
YUV 57.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 4 82 73 0.95 0 0.11 0.68 173.08 0.91 0.17
Hex 4 52 49 5F 0 B 44 AD 5B 11
Octal 4 122 111 137 0 13 104 255 133 21
Binary 100 1010010 1001001 1011111 0 1011 1000100 10101101 1011011 10001

Color Harmonies of #045249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045249

Black with #045249

Text Example


Text Example

White with #045249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045249; }

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

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

background-color css

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

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

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

border-color css

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

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

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