#004048

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

Shades of Sherpa Blue #004048

Tints of Sherpa Blue #004048

Color information

#004048 (or 0x004048) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 48. RGB value is (0,64,72). Sum of RGB (Red+Green+Blue) = 0+64+72=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #004048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004048 is #FFBFB7. Grayscale: #2D2D2D. Windows color (decimal): -16760760 or 4734976. OLE color: 4734976.

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

Color convert

RGB06472-
CMYK10.1100.72
HSL186.67º100%14.12%-
HSV(B)186.67º100%28.24%-
XYZ34.136.77-
YUV45.78142.895.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=0%
G=47.06%
B=52.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0647210.1100.72186.6710014.12
Hex0404864B048bb64e
Octal010011014413011027314416
Binary01000000100100011001001011010010001011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004048; }

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

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

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

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

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

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

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

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