#074659

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

Shades of Sherpa Blue #074659

Tints of Sherpa Blue #074659

Color information

#074659 (or 0x074659) is unknown color: approx Sherpa Blue. HEX triplet: 07, 46 and 59. RGB value is (7,70,89). Sum of RGB (Red+Green+Blue) = 7+70+89=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #074659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074659 is #F8B9A6. Grayscale: #353535. Windows color (decimal): -16300455 or 5850631. OLE color: 5850631.

HSL color Cylindrical-coordinate representation of color #074659: hue angle of 193.9º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074659 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB77089-
CMYK0.920.2100.65
HSL193.9º85.42%18.82%-
HSV(B)193.9º92.13%34.9%-
XYZ4.085.1510.23-
YUV53.33148.1394.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=4.22%
G=42.17%
B=53.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal770890.920.2100.65193.985.4218.82
Hex746595C15041c25513
Octal710613113425010130212523
Binary111100011010110011011100101010100000111000010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074659; }

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

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

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

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

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

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

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

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