#073A47

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

Shades of Sherpa Blue #073A47

Tints of Sherpa Blue #073A47

Color information

#073A47 (or 0x073A47) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3A and 47. RGB value is (7,58,71). Sum of RGB (Red+Green+Blue) = 7+58+71=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #073A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A47 is #F8C5B8. Grayscale: #2C2C2C. Windows color (decimal): -16303545 or 4667911. OLE color: 4667911.

HSL color Cylindrical-coordinate representation of color #073A47: hue angle of 192.19º 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 #073A47 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB75871-
CMYK0.900.1800.72
HSL192.19º82.05%15.29%-
HSV(B)192.19º90.14%27.84%-
XYZ2.743.536.5-
YUV44.23143.1101.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 71 (28.12% from 255) = 52.21%
R=5.15%
G=42.65%
B=52.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal758710.900.1800.72192.1982.0515.29
Hex73A475A12048c052f
Octal77210713222011030012217
Binary1111110101000111101101010010010010001100000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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