#074649

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

Shades of Sherpa Blue #074649

Tints of Sherpa Blue #074649

Color information

#074649 (or 0x074649) is unknown color: approx Sherpa Blue. HEX triplet: 07, 46 and 49. RGB value is (7,70,73). Sum of RGB (Red+Green+Blue) = 7+70+73=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #074649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074649 is #F8B9B6. Grayscale: #333333. Windows color (decimal): -16300471 or 4802055. OLE color: 4802055.

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

Color convert

RGB77073-
CMYK0.900.0400.71
HSL182.73º82.5%15.69%-
HSV(B)182.73º90.41%28.63%-
XYZ3.484.917.07-
YUV51.5140.1396.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=4.67%
G=46.67%
B=48.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal770730.900.0400.71182.7382.515.69
Hex746495A4047b75210
Octal71061111324010726712220
Binary1111000110100100110110101000100011110110111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074649; }

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

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

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

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

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

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

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

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