#074749

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

Shades of Sherpa Blue #074749

Tints of Sherpa Blue #074749

Color information

#074749 (or 0x074749) is unknown color: approx Sherpa Blue. HEX triplet: 07, 47 and 49. RGB value is (7,71,73). Sum of RGB (Red+Green+Blue) = 7+71+73=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #074749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074749 is #F8B8B6. Grayscale: #343434. Windows color (decimal): -16300215 or 4802311. OLE color: 4802311.

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

Color convert

RGB77173-
CMYK0.900.0300.71
HSL181.82º82.5%15.69%-
HSV(B)181.82º90.41%28.63%-
XYZ3.545.037.09-
YUV52.09139.895.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=4.64%
G=47.02%
B=48.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal771730.900.0300.71181.8282.515.69
Hex747495A3047b65210
Octal71071111323010726612220
Binary111100011110010011011010110100011110110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074749; }

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

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

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

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

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

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

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

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