#004956

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

Shades of Sherpa Blue #004956

Tints of Sherpa Blue #004956

Color information

#004956 (or 0x004956) is unknown color: approx Sherpa Blue. HEX triplet: 00, 49 and 56. RGB value is (0,73,86). Sum of RGB (Red+Green+Blue) = 0+73+86=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #004956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004956 is #FFB6A9. Grayscale: #343434. Windows color (decimal): -16758442 or 5654784. OLE color: 5654784.

HSL color Cylindrical-coordinate representation of color #004956: hue angle of 189.07º 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 #004956 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB07386-
CMYK10.1500.66
HSL189.07º100%16.86%-
HSV(B)189.07º100%33.73%-
XYZ4.065.449.64-
YUV52.66146.8290.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=0%
G=45.91%
B=54.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0738610.1500.66189.0710016.86
Hex0495664F042bd6411
Octal011112614417010227514421
Binary010010011010110110010011110100001010111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004956; }

 p { color: rgb(0,73,86); }

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

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

 a { background-color: rgb(0,73,86); }

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

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

 span { border-color: rgb(0,73,86); }

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