#073A4C

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

Shades of Sherpa Blue #073A4C

Tints of Sherpa Blue #073A4C

Color information

#073A4C (or 0x073A4C) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3A and 4C. RGB value is (7,58,76). Sum of RGB (Red+Green+Blue) = 7+58+76=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #073A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A4C is #F8C5B3. Grayscale: #2C2C2C. Windows color (decimal): -16303540 or 4995591. OLE color: 4995591.

HSL color Cylindrical-coordinate representation of color #073A4C: hue angle of 195.65º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073A4C is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB75876-
CMYK0.910.2400.70
HSL195.65º83.13%16.27%-
HSV(B)195.65º90.79%29.8%-
XYZ2.913.597.38-
YUV44.8145.6101.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 76 (30.08% from 255) = 53.90%
R=4.96%
G=41.13%
B=53.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal758760.910.2400.70195.6583.1316.27
Hex73A4C5B18046c45310
Octal77211413330010630412320
Binary11111101010011001011011110000100011011000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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