#04475D

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

Shades of Sherpa Blue #04475D

Tints of Sherpa Blue #04475D

Color information

#04475D (or 0x04475D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 47 and 5D. RGB value is (4,71,93). Sum of RGB (Red+Green+Blue) = 4+71+93=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #04475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04475D is #FBB8A2. Grayscale: #353535. Windows color (decimal): -16496803 or 6113028. OLE color: 6113028.

HSL color Cylindrical-coordinate representation of color #04475D: hue angle of 194.83º 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 #04475D is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB47193-
CMYK0.960.2400.64
HSL194.83º91.75%19.02%-
HSV(B)194.83º95.7%36.47%-
XYZ4.285.3211.16-
YUV53.47150.392.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=2.38%
G=42.26%
B=55.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal471930.960.2400.64194.8391.7519.02
Hex4475D6018040c35c13
Octal410713514030010030313423
Binary100100011110111011100000110000100000011000011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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