#045058

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

Shades of Sherpa Blue #045058

Tints of Sherpa Blue #045058

Color information

#045058 (or 0x045058) is unknown color: approx Sherpa Blue. HEX triplet: 04, 50 and 58. RGB value is (4,80,88). Sum of RGB (Red+Green+Blue) = 4+80+88=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #045058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045058 is #FBAFA7. Grayscale: #3A3A3A. Windows color (decimal): -16494504 or 5787652. OLE color: 5787652.

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

Color convert

RGB48088-
CMYK0.950.0900.65
HSL185.71º91.3%18.04%-
HSV(B)185.71º95.45%34.51%-
XYZ4.686.4710.23-
YUV58.19144.8289.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=2.33%
G=46.51%
B=51.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal480880.950.0900.65185.7191.318.04
Hex450585F9041ba5b12
Octal412013013711010127213322
Binary10010100001011000101111110010100000110111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045058; }

 p { color: rgb(4,80,88); }

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

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

 a { background-color: rgb(4,80,88); }

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

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

 span { border-color: rgb(4,80,88); }

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