#074B59

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

Shades of Sherpa Blue #074B59

Tints of Sherpa Blue #074B59

Color information

#074B59 (or 0x074B59) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4B and 59. RGB value is (7,75,89). Sum of RGB (Red+Green+Blue) = 7+75+89=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #074B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B59 is #F8B4A6. Grayscale: #383838. Windows color (decimal): -16299175 or 5851911. OLE color: 5851911.

HSL color Cylindrical-coordinate representation of color #074B59: hue angle of 190.24º 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 #074B59 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB77589-
CMYK0.920.1600.65
HSL190.24º85.42%18.82%-
HSV(B)190.24º92.13%34.9%-
XYZ4.415.810.34-
YUV56.26146.4792.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=4.09%
G=43.86%
B=52.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal775890.920.1600.65190.2485.4218.82
Hex74B595C10041be5513
Octal711313113420010127612523
Binary111100101110110011011100100000100000110111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074B59; }

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

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

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

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

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

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

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

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