#073D49

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

Shades of Sherpa Blue #073D49

Tints of Sherpa Blue #073D49

Color information

#073D49 (or 0x073D49) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3D and 49. RGB value is (7,61,73). Sum of RGB (Red+Green+Blue) = 7+61+73=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #073D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D49 is #F8C2B6. Grayscale: #2E2E2E. Windows color (decimal): -16302775 or 4799751. OLE color: 4799751.

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

Color convert

RGB76173-
CMYK0.900.1600.71
HSL190.91º82.5%15.69%-
HSV(B)190.91º90.41%28.63%-
XYZ2.963.866.89-
YUV46.22143.11100.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 61 (24.22% from 255) = 43.26%
BLUE value IS 73 (28.91% from 255) = 51.77%
R=4.96%
G=43.26%
B=51.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal761730.900.1600.71190.9182.515.69
Hex73D495A10047bf5210
Octal77511113220010727712220
Binary11111110110010011011010100000100011110111111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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