#073F47

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

Shades of Sherpa Blue #073F47

Tints of Sherpa Blue #073F47

Color information

#073F47 (or 0x073F47) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3F and 47. RGB value is (7,63,71). Sum of RGB (Red+Green+Blue) = 7+63+71=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #073F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F47 is #F8C0B8. Grayscale: #2F2F2F. Windows color (decimal): -16302265 or 4669191. OLE color: 4669191.

HSL color Cylindrical-coordinate representation of color #073F47: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073F47 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB76371-
CMYK0.900.1100.72
HSL187.5º82.05%15.29%-
HSV(B)187.5º90.14%27.84%-
XYZ34.066.59-
YUV47.17141.4599.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=4.96%
G=44.68%
B=50.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal763710.900.1100.72187.582.0515.29
Hex73F475AB048bc52f
Octal77710713213011027412217
Binary111111111100011110110101011010010001011110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073F47; }

 p { color: rgb(7,63,71); }

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

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

 a { background-color: rgb(7,63,71); }

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

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

 span { border-color: rgb(7,63,71); }

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