#00494E

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

Shades of Sherpa Blue #00494E

Tints of Sherpa Blue #00494E

Color information

#00494E (or 0x00494E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 49 and 4E. RGB value is (0,73,78). Sum of RGB (Red+Green+Blue) = 0+73+78=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #00494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00494E is #FFB6B1. Grayscale: #333333. Windows color (decimal): -16758450 or 5130496. OLE color: 5130496.

HSL color Cylindrical-coordinate representation of color #00494E: hue angle of 183.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00494E is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB07378-
CMYK10.0600.69
HSL183.85º100%15.29%-
HSV(B)183.85º100%30.59%-
XYZ3.765.328.04-
YUV51.74142.8291.09-

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) = 48.34%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=0%
G=48.34%
B=51.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0737810.0600.69183.8510015.29
Hex0494E646045b864f
Octal01111161446010527014417
Binary0100100110011101100100110010001011011100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00494E; }

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

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

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

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

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

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

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

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