#045259

Color #045259 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #045259

Tints of Sherpa Blue #045259

Color information

#045259 (or 0x045259) is unknown color: approx Sherpa Blue. HEX triplet: 04, 52 and 59. RGB value is (4,82,89). Sum of RGB (Red+Green+Blue) = 4+82+89=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #045259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045259 is #FBADA6. Grayscale: #3B3B3B. Windows color (decimal): -16493991 or 5853700. OLE color: 5853700.

HSL color Cylindrical-coordinate representation of color #045259: hue angle of 184.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045259 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB48289-
CMYK0.960.0800.65
HSL184.94º91.4%18.24%-
HSV(B)184.94º95.51%34.9%-
XYZ4.876.7810.5-
YUV59.48144.6688.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=2.29%
G=46.86%
B=50.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal482890.960.0800.65184.9491.418.24
Hex45259608041b95b12
Octal412213114010010127113322
Binary10010100101011001110000010000100000110111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045259; }

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

 H1.HeaderClassName
 {
   color: #045259;
 }
 .AnyTagClassName
 {
   color: #045259;
 }
</style>
background-color css

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

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

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

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

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

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