#073946

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

Shades of Sherpa Blue #073946

Tints of Sherpa Blue #073946

Color information

#073946 (or 0x073946) is unknown color: approx Sherpa Blue. HEX triplet: 07, 39 and 46. RGB value is (7,57,70). Sum of RGB (Red+Green+Blue) = 7+57+70=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #073946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073946 is #F8C6B9. Grayscale: #2B2B2B. Windows color (decimal): -16303802 or 4602119. OLE color: 4602119.

HSL color Cylindrical-coordinate representation of color #073946: hue angle of 192.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073946 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB75770-
CMYK0.900.1900.73
HSL192.38º81.82%15.1%-
HSV(B)192.38º90%27.45%-
XYZ2.663.416.31-
YUV43.53142.94101.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=5.22%
G=42.54%
B=52.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal757700.900.1900.73192.3881.8215.1
Hex739465A13049c052f
Octal77110613223011130012217
Binary1111110011000110101101010011010010011100000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073946; }

 p { color: rgb(7,57,70); }

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

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

 a { background-color: rgb(7,57,70); }

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

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

 span { border-color: rgb(7,57,70); }

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