#073E48

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

Shades of Sherpa Blue #073E48

Tints of Sherpa Blue #073E48

Color information

#073E48 (or 0x073E48) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3E and 48. RGB value is (7,62,72). Sum of RGB (Red+Green+Blue) = 7+62+72=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #073E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E48 is #F8C1B7. Grayscale: #2E2E2E. Windows color (decimal): -16302520 or 4734471. OLE color: 4734471.

HSL color Cylindrical-coordinate representation of color #073E48: hue angle of 189.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073E48 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB76272-
CMYK0.900.1400.72
HSL189.23º82.28%15.49%-
HSV(B)189.23º90.28%28.24%-
XYZ2.983.966.74-
YUV46.69142.2899.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 62 (24.61% from 255) = 43.97%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=4.96%
G=43.97%
B=51.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal762720.900.1400.72189.2382.2815.49
Hex73E485AE048bd52f
Octal77611013216011027512217
Binary111111110100100010110101110010010001011110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,72); }

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

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

 a { background-color: rgb(7,62,72); }

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

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

 span { border-color: rgb(7,62,72); }

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