#074056

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

Shades of Sherpa Blue #074056

Tints of Sherpa Blue #074056

Color information

#074056 (or 0x074056) is unknown color: approx Sherpa Blue. HEX triplet: 07, 40 and 56. RGB value is (7,64,86). Sum of RGB (Red+Green+Blue) = 7+64+86=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #074056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074056 is #F8BFA9. Grayscale: #313131. Windows color (decimal): -16301994 or 5652487. OLE color: 5652487.

HSL color Cylindrical-coordinate representation of color #074056: hue angle of 196.71º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074056 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB76486-
CMYK0.920.2600.66
HSL196.71º84.95%18.24%-
HSV(B)196.71º91.86%33.73%-
XYZ3.64.389.46-
YUV49.46148.6297.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=4.46%
G=40.76%
B=54.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal764860.920.2600.66196.7184.9518.24
Hex740565C1A042c55512
Octal710012613432010230512522
Binary111100000010101101011100110100100001011000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074056; }

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

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

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

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

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

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

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

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