#04485B

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

Shades of Sherpa Blue #04485B

Tints of Sherpa Blue #04485B

Color information

#04485B (or 0x04485B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 48 and 5B. RGB value is (4,72,91). Sum of RGB (Red+Green+Blue) = 4+72+91=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #04485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485B is #FBB7A4. Grayscale: #353535. Windows color (decimal): -16496549 or 5982212. OLE color: 5982212.

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

Color convert

RGB47291-
CMYK0.960.2100.64
HSL193.1º91.58%18.63%-
HSV(B)193.1º95.6%35.69%-
XYZ4.265.4210.72-
YUV53.83148.9792.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=2.40%
G=43.11%
B=54.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal472910.960.2100.64193.191.5818.63
Hex4485B6015040c15c13
Octal411013314025010030113423
Binary100100100010110111100000101010100000011000001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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