#074556

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

Shades of Sherpa Blue #074556

Tints of Sherpa Blue #074556

Color information

#074556 (or 0x074556) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 56. RGB value is (7,69,86). Sum of RGB (Red+Green+Blue) = 7+69+86=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #074556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074556 is #F8BAA9. Grayscale: #343434. Windows color (decimal): -16300714 or 5653767. OLE color: 5653767.

HSL color Cylindrical-coordinate representation of color #074556: hue angle of 192.91º 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 #074556 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB76986-
CMYK0.920.2000.66
HSL192.91º84.95%18.24%-
HSV(B)192.91º91.86%33.73%-
XYZ3.94.979.56-
YUV52.4146.9695.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=4.32%
G=42.59%
B=53.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal769860.920.2000.66192.9184.9518.24
Hex745565C14042c15512
Octal710512613424010230112522
Binary111100010110101101011100101000100001011000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074556; }

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

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

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

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

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

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

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

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