#045051

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

Shades of Sherpa Blue #045051

Tints of Sherpa Blue #045051

Color information

#045051 (or 0x045051) is unknown color: approx Sherpa Blue. HEX triplet: 04, 50 and 51. RGB value is (4,80,81). Sum of RGB (Red+Green+Blue) = 4+80+81=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #045051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045051 is #FBAFAE. Grayscale: #393939. Windows color (decimal): -16494511 or 5328900. OLE color: 5328900.

HSL color Cylindrical-coordinate representation of color #045051: hue angle of 180.78º 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 #045051 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB48081-
CMYK0.950.0100.68
HSL180.78º90.59%16.67%-
HSV(B)180.78º95.06%31.76%-
XYZ4.46.368.78-
YUV57.39141.3289.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=2.42%
G=48.48%
B=49.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal480810.950.0100.68180.7890.5916.67
Hex450515F1044b55b11
Octal41201211371010426513321
Binary10010100001010001101111110100010010110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045051; }

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

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

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

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

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

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

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

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