#004955

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

Shades of Sherpa Blue #004955

Tints of Sherpa Blue #004955

Color information

#004955 (or 0x004955) is unknown color: approx Sherpa Blue. HEX triplet: 00, 49 and 55. RGB value is (0,73,85). Sum of RGB (Red+Green+Blue) = 0+73+85=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #004955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004955 is #FFB6AA. Grayscale: #343434. Windows color (decimal): -16758443 or 5589248. OLE color: 5589248.

HSL color Cylindrical-coordinate representation of color #004955: hue angle of 188.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004955 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB07385-
CMYK10.1400.67
HSL188.47º100%16.67%-
HSV(B)188.47º100%33.33%-
XYZ4.025.429.43-
YUV52.54146.3290.52-

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) = 46.20%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=0%
G=46.20%
B=53.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0738510.1400.67188.4710016.67
Hex0495564E043bc6411
Octal011112514416010327414421
Binary010010011010101110010011100100001110111100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004955; }

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

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

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

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

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

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

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

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