#073D4C

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

Shades of Sherpa Blue #073D4C

Tints of Sherpa Blue #073D4C

Color information

#073D4C (or 0x073D4C) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3D and 4C. RGB value is (7,61,76). Sum of RGB (Red+Green+Blue) = 7+61+76=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #073D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D4C is #F8C2B3. Grayscale: #2E2E2E. Windows color (decimal): -16302772 or 4996359. OLE color: 4996359.

HSL color Cylindrical-coordinate representation of color #073D4C: hue angle of 193.04º 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 #073D4C is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB76176-
CMYK0.910.2000.70
HSL193.04º83.13%16.27%-
HSV(B)193.04º90.79%29.8%-
XYZ3.063.97.43-
YUV46.56144.6199.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=4.86%
G=42.36%
B=52.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal761760.910.2000.70193.0483.1316.27
Hex73D4C5B14046c15310
Octal77511413324010630112320
Binary11111110110011001011011101000100011011000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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