#074961

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

Shades of Sherpa Blue #074961

Tints of Sherpa Blue #074961

Color information

#074961 (or 0x074961) is unknown color: approx Sherpa Blue. HEX triplet: 07, 49 and 61. RGB value is (7,73,97). Sum of RGB (Red+Green+Blue) = 7+73+97=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #074961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074961 is #F8B69E. Grayscale: #373737. Windows color (decimal): -16299679 or 6375687. OLE color: 6375687.

HSL color Cylindrical-coordinate representation of color #074961: hue angle of 196º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074961 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB77397-
CMYK0.930.2500.62
HSL196º86.54%20.39%-
HSV(B)196º92.78%38.04%-
XYZ4.635.6712.16-
YUV56151.1393.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=3.95%
G=41.24%
B=54.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal773970.930.2500.6219686.5420.39
Hex749615D1903Ec45714
Octal71111411353107630412724
Binary11110010011100001101110111001011111011000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074961; }

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

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

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

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

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

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

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

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