#07475E

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

Shades of Sherpa Blue #07475E

Tints of Sherpa Blue #07475E

Color information

#07475E (or 0x07475E) is unknown color: approx Sherpa Blue. HEX triplet: 07, 47 and 5E. RGB value is (7,71,94). Sum of RGB (Red+Green+Blue) = 7+71+94=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #07475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07475E is #F8B8A1. Grayscale: #363636. Windows color (decimal): -16300194 or 6178567. OLE color: 6178567.

HSL color Cylindrical-coordinate representation of color #07475E: hue angle of 195.86º 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 #07475E is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB77194-
CMYK0.930.2400.63
HSL195.86º86.14%19.8%-
HSV(B)195.86º92.55%36.86%-
XYZ4.365.3611.39-
YUV54.49150.394.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 94 (37.11% from 255) = 54.65%
R=4.07%
G=41.28%
B=54.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal771940.930.2400.63195.8686.1419.8
Hex7475E5D1803Fc45614
Octal71071361353007730412624
Binary11110001111011110101110111000011111111000100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07475E; }

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

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

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

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

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

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

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

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