#004850

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

Shades of Sherpa Blue #004850

Tints of Sherpa Blue #004850

Color information

#004850 (or 0x004850) is unknown color: approx Sherpa Blue. HEX triplet: 00, 48 and 50. RGB value is (0,72,80). Sum of RGB (Red+Green+Blue) = 0+72+80=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #004850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004850 is #FFB7AF. Grayscale: #333333. Windows color (decimal): -16758704 or 5261312. OLE color: 5261312.

HSL color Cylindrical-coordinate representation of color #004850: hue angle of 186º 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 #004850 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB07280-
CMYK10.1000.69
HSL186º100%15.69%-
HSV(B)186º100%31.37%-
XYZ3.775.218.4-
YUV51.38144.1591.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=0%
G=47.37%
B=52.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0728010.1000.6918610015.69
Hex0485064A045ba6410
Octal011012014412010527214420
Binary010010001010000110010010100100010110111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004850; }

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

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

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

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

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

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

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

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