#04514D

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

Shades of Sherpa Blue #04514D

Tints of Sherpa Blue #04514D

Color information

#04514D (or 0x04514D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 51 and 4D. RGB value is (4,81,77). Sum of RGB (Red+Green+Blue) = 4+81+77=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #04514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04514D is #FBAEB2. Grayscale: #393939. Windows color (decimal): -16494259 or 5067012. OLE color: 5067012.

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

Color convert

RGB48177-
CMYK0.9500.050.68
HSL176.88º90.59%16.67%-
HSV(B)176.88º95.06%31.76%-
XYZ4.336.458.04-
YUV57.52138.9989.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=2.47%
G=50%
B=47.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481770.9500.050.68176.8890.5916.67
Hex4514D5F0544b15b11
Octal41211151370510426113321
Binary1001010001100110110111110101100010010110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04514D; }

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

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

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

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

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

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

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

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