#004E5C

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

Shades of Sherpa Blue #004E5C

Tints of Sherpa Blue #004E5C

Color information

#004E5C (or 0x004E5C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4E and 5C. RGB value is (0,78,92). Sum of RGB (Red+Green+Blue) = 0+78+92=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #004E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E5C is #FFB1A3. Grayscale: #383838. Windows color (decimal): -16757156 or 6049280. OLE color: 6049280.

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

Color convert

RGB07892-
CMYK10.1500.64
HSL189.13º100%18.04%-
HSV(B)189.13º100%36.08%-
XYZ4.666.2211.08-
YUV56.27148.1687.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=0%
G=45.88%
B=54.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0789210.1500.64189.1310018.04
Hex04E5C64F040bd6412
Octal011613414417010027514422
Binary010011101011100110010011110100000010111101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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