#073C47

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

Shades of Sherpa Blue #073C47

Tints of Sherpa Blue #073C47

Color information

#073C47 (or 0x073C47) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3C and 47. RGB value is (7,60,71). Sum of RGB (Red+Green+Blue) = 7+60+71=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #073C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C47 is #F8C3B8. Grayscale: #2D2D2D. Windows color (decimal): -16303033 or 4668423. OLE color: 4668423.

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

Color convert

RGB76071-
CMYK0.900.1500.72
HSL190.31º82.05%15.29%-
HSV(B)190.31º90.14%27.84%-
XYZ2.843.736.53-
YUV45.41142.44100.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 60 (23.83% from 255) = 43.48%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=5.07%
G=43.48%
B=51.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal760710.900.1500.72190.3182.0515.29
Hex73C475AF048be52f
Octal77410713217011027612217
Binary111111100100011110110101111010010001011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,60,71); }

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

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

 a { background-color: rgb(7,60,71); }

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

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

 span { border-color: rgb(7,60,71); }

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