#004845

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

Shades of Sherpa Blue #004845

Tints of Sherpa Blue #004845

Color information

#004845 (or 0x004845) is unknown color: approx Sherpa Blue. HEX triplet: 00, 48 and 45. RGB value is (0,72,69). Sum of RGB (Red+Green+Blue) = 0+72+69=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #004845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004845 is #FFB7BA. Grayscale: #323232. Windows color (decimal): -16758715 or 4540416. OLE color: 4540416.

HSL color Cylindrical-coordinate representation of color #004845: hue angle of 177.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004845 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB07269-
CMYK100.040.72
HSL177.5º100%14.12%-
HSV(B)177.5º100%28.24%-
XYZ3.395.066.43-
YUV50.13138.6592.24-

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) = 51.06%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=0%
G=51.06%
B=48.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07269100.040.72177.510014.12
Hex04845640448b264e
Octal01101051440411026214416
Binary0100100010001011100100010010010001011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004845; }

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

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

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

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

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

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

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

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