#004A57

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

Shades of Sherpa Blue #004A57

Tints of Sherpa Blue #004A57

Color information

#004A57 (or 0x004A57) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4A and 57. RGB value is (0,74,87). Sum of RGB (Red+Green+Blue) = 0+74+87=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #004A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A57 is #FFB5A8. Grayscale: #353535. Windows color (decimal): -16758185 or 5720576. OLE color: 5720576.

HSL color Cylindrical-coordinate representation of color #004A57: hue angle of 188.97º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A57 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB07487-
CMYK10.1500.66
HSL188.97º100%17.06%-
HSV(B)188.97º100%34.12%-
XYZ4.175.599.88-
YUV53.36146.9889.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=0%
G=45.96%
B=54.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0748710.1500.66188.9710017.06
Hex04A5764F042bd6411
Octal011212714417010227514421
Binary010010101010111110010011110100001010111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004A57; }

 p { color: rgb(0,74,87); }

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

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

 a { background-color: rgb(0,74,87); }

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

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

 span { border-color: rgb(0,74,87); }

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