#004E61

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

Shades of Sherpa Blue #004E61

Tints of Sherpa Blue #004E61

Color information

#004E61 (or 0x004E61) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4E and 61. RGB value is (0,78,97). Sum of RGB (Red+Green+Blue) = 0+78+97=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #004E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E61 is #FFB19E. Grayscale: #383838. Windows color (decimal): -16757151 or 6376960. OLE color: 6376960.

HSL color Cylindrical-coordinate representation of color #004E61: hue angle of 191.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E61 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB07897-
CMYK10.2000.62
HSL191.75º100%19.02%-
HSV(B)191.75º100%38.04%-
XYZ4.886.3112.27-
YUV56.84150.6687.46-

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) = 44.57%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=0%
G=44.57%
B=55.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0789710.2000.62191.7510019.02
Hex04E61641403Ec06413
Octal01161411442407630014423
Binary010011101100001110010010100011111011000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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