#004D61

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

Shades of Sherpa Blue #004D61

Tints of Sherpa Blue #004D61

Color information

#004D61 (or 0x004D61) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4D and 61. RGB value is (0,77,97). Sum of RGB (Red+Green+Blue) = 0+77+97=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #004D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D61 is #FFB29E. Grayscale: #383838. Windows color (decimal): -16757407 or 6376704. OLE color: 6376704.

HSL color Cylindrical-coordinate representation of color #004D61: hue angle of 192.37º 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 #004D61 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB07797-
CMYK10.2100.62
HSL192.37º100%19.02%-
HSV(B)192.37º100%38.04%-
XYZ4.816.1712.25-
YUV56.26150.9987.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=0%
G=44.25%
B=55.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0779710.2100.62192.3710019.02
Hex04D61641503Ec06413
Octal01151411442507630014423
Binary010011011100001110010010101011111011000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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