#04495B

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

Shades of Sherpa Blue #04495B

Tints of Sherpa Blue #04495B

Color information

#04495B (or 0x04495B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 49 and 5B. RGB value is (4,73,91). Sum of RGB (Red+Green+Blue) = 4+73+91=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #04495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495B is #FBB6A4. Grayscale: #363636. Windows color (decimal): -16496293 or 5982468. OLE color: 5982468.

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

Color convert

RGB47391-
CMYK0.960.2000.64
HSL192.41º91.58%18.63%-
HSV(B)192.41º95.6%35.69%-
XYZ4.325.5510.74-
YUV54.42148.6492.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=2.38%
G=43.45%
B=54.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal473910.960.2000.64192.4191.5818.63
Hex4495B6014040c05c13
Octal411113314024010030013423
Binary100100100110110111100000101000100000011000000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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