#00475A

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

Shades of Sherpa Blue #00475A

Tints of Sherpa Blue #00475A

Color information

#00475A (or 0x00475A) is unknown color: approx Sherpa Blue. HEX triplet: 00, 47 and 5A. RGB value is (0,71,90). Sum of RGB (Red+Green+Blue) = 0+71+90=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #00475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00475A is #FFB8A5. Grayscale: #333333. Windows color (decimal): -16758950 or 5916416. OLE color: 5916416.

HSL color Cylindrical-coordinate representation of color #00475A: hue angle of 192.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00475A is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB07190-
CMYK10.2100.65
HSL192.67º100%17.65%-
HSV(B)192.67º100%35.29%-
XYZ4.15.2410.47-
YUV51.94149.4890.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=0%
G=44.10%
B=55.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0719010.2100.65192.6710017.65
Hex0475A6415041c16412
Octal010713214425010130114422
Binary0100011110110101100100101010100000111000001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,71,90); }

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

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

 a { background-color: rgb(0,71,90); }

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

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

 span { border-color: rgb(0,71,90); }

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