#074A5E

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

Shades of Sherpa Blue #074A5E

Tints of Sherpa Blue #074A5E

Color information

#074A5E (or 0x074A5E) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4A and 5E. RGB value is (7,74,94). Sum of RGB (Red+Green+Blue) = 7+74+94=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #074A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A5E is #F8B5A1. Grayscale: #383838. Windows color (decimal): -16299426 or 6179335. OLE color: 6179335.

HSL color Cylindrical-coordinate representation of color #074A5E: hue angle of 193.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074A5E is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB77494-
CMYK0.930.2100.63
HSL193.79º86.14%19.8%-
HSV(B)193.79º92.55%36.86%-
XYZ4.565.7511.46-
YUV56.25149.392.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=4%
G=42.29%
B=53.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal774940.930.2100.63193.7986.1419.8
Hex74A5E5D1503Fc25614
Octal71121361352507730212624
Binary11110010101011110101110110101011111111000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,94); }

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

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

 a { background-color: rgb(7,74,94); }

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

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

 span { border-color: rgb(7,74,94); }

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