#074049

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

Shades of Sherpa Blue #074049

Tints of Sherpa Blue #074049

Color information

#074049 (or 0x074049) is unknown color: approx Sherpa Blue. HEX triplet: 07, 40 and 49. RGB value is (7,64,73). Sum of RGB (Red+Green+Blue) = 7+64+73=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #074049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074049 is #F8BFB6. Grayscale: #2F2F2F. Windows color (decimal): -16302007 or 4800519. OLE color: 4800519.

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

Color convert

RGB76473-
CMYK0.900.1200.71
HSL188.18º82.5%15.69%-
HSV(B)188.18º90.41%28.63%-
XYZ3.124.196.95-
YUV47.98142.1298.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=4.86%
G=44.44%
B=50.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal764730.900.1200.71188.1882.515.69
Hex740495AC047bc5210
Octal710011113214010727412220
Binary11110000001001001101101011000100011110111100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074049; }

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

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

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

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

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

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

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

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