#04475B

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

Shades of Sherpa Blue #04475B

Tints of Sherpa Blue #04475B

Color information

#04475B (or 0x04475B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 47 and 5B. RGB value is (4,71,91). Sum of RGB (Red+Green+Blue) = 4+71+91=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #04475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04475B is #FBB8A4. Grayscale: #353535. Windows color (decimal): -16496805 or 5981956. OLE color: 5981956.

HSL color Cylindrical-coordinate representation of color #04475B: hue angle of 193.79º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04475B is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB47191-
CMYK0.960.2200.64
HSL193.79º91.58%18.63%-
HSV(B)193.79º95.6%35.69%-
XYZ4.195.2910.7-
YUV53.25149.392.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=2.41%
G=42.77%
B=54.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal471910.960.2200.64193.7991.5818.63
Hex4475B6016040c25c13
Octal410713314026010030213423
Binary100100011110110111100000101100100000011000010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04475B; }

 p { color: rgb(4,71,91); }

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

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

 a { background-color: rgb(4,71,91); }

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

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

 span { border-color: rgb(4,71,91); }

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