#07474A

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

Shades of Sherpa Blue #07474A

Tints of Sherpa Blue #07474A

Color information

#07474A (or 0x07474A) is unknown color: approx Sherpa Blue. HEX triplet: 07, 47 and 4A. RGB value is (7,71,74). Sum of RGB (Red+Green+Blue) = 7+71+74=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #07474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07474A is #F8B8B5. Grayscale: #343434. Windows color (decimal): -16300214 or 4867847. OLE color: 4867847.

HSL color Cylindrical-coordinate representation of color #07474A: hue angle of 182.69º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07474A is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB77174-
CMYK0.910.0400.71
HSL182.69º82.72%15.88%-
HSV(B)182.69º90.54%29.02%-
XYZ3.585.057.26-
YUV52.21140.395.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=4.61%
G=46.71%
B=48.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal771740.910.0400.71182.6982.7215.88
Hex7474A5B4047b75310
Octal71071121334010726712320
Binary1111000111100101010110111000100011110110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07474A; }

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

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

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

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

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

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

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

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