#073F4E

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

Shades of Sherpa Blue #073F4E

Tints of Sherpa Blue #073F4E

Color information

#073F4E (or 0x073F4E) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3F and 4E. RGB value is (7,63,78). Sum of RGB (Red+Green+Blue) = 7+63+78=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #073F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F4E is #F8C0B1. Grayscale: #2F2F2F. Windows color (decimal): -16302258 or 5127943. OLE color: 5127943.

HSL color Cylindrical-coordinate representation of color #073F4E: hue angle of 192.68º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073F4E is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB76378-
CMYK0.910.1900.69
HSL192.68º83.53%16.67%-
HSV(B)192.68º91.03%30.59%-
XYZ3.244.157.84-
YUV47.97144.9598.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=4.73%
G=42.57%
B=52.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal763780.910.1900.69192.6883.5316.67
Hex73F4E5B13045c15411
Octal77711613323010530112421
Binary11111111110011101011011100110100010111000001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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