#004750

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

Shades of Sherpa Blue #004750

Tints of Sherpa Blue #004750

Color information

#004750 (or 0x004750) is unknown color: approx Sherpa Blue. HEX triplet: 00, 47 and 50. RGB value is (0,71,80). Sum of RGB (Red+Green+Blue) = 0+71+80=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #004750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004750 is #FFB8AF. Grayscale: #323232. Windows color (decimal): -16758960 or 5261056. OLE color: 5261056.

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

Color convert

RGB07180-
CMYK10.1100.69
HSL186.75º100%15.69%-
HSV(B)186.75º100%31.37%-
XYZ3.75.098.38-
YUV50.8144.4891.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=0%
G=47.02%
B=52.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0718010.1100.69186.7510015.69
Hex0475064B045bb6410
Octal010712014413010527314420
Binary010001111010000110010010110100010110111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004750; }

 p { color: rgb(0,71,80); }

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

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

 a { background-color: rgb(0,71,80); }

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

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

 span { border-color: rgb(0,71,80); }

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