#073B49

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

Shades of Sherpa Blue #073B49

Tints of Sherpa Blue #073B49

Color information

#073B49 (or 0x073B49) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3B and 49. RGB value is (7,59,73). Sum of RGB (Red+Green+Blue) = 7+59+73=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #073B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B49 is #F8C4B6. Grayscale: #2C2C2C. Windows color (decimal): -16303287 or 4799239. OLE color: 4799239.

HSL color Cylindrical-coordinate representation of color #073B49: hue angle of 192.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073B49 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB75973-
CMYK0.900.1900.71
HSL192.73º82.5%15.69%-
HSV(B)192.73º90.41%28.63%-
XYZ2.853.656.86-
YUV45.05143.77100.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 59 (23.44% from 255) = 42.45%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=5.04%
G=42.45%
B=52.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal759730.900.1900.71192.7382.515.69
Hex73B495A13047c15210
Octal77311113223010730112220
Binary11111101110010011011010100110100011111000001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,59,73); }

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

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

 a { background-color: rgb(7,59,73); }

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

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

 span { border-color: rgb(7,59,73); }

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