#04465E

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

Shades of Sherpa Blue #04465E

Tints of Sherpa Blue #04465E

Color information

#04465E (or 0x04465E) is unknown color: approx Sherpa Blue. HEX triplet: 04, 46 and 5E. RGB value is (4,70,94). Sum of RGB (Red+Green+Blue) = 4+70+94=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #04465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04465E is #FBB9A1. Grayscale: #343434. Windows color (decimal): -16497058 or 6178308. OLE color: 6178308.

HSL color Cylindrical-coordinate representation of color #04465E: hue angle of 196º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04465E is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB47094-
CMYK0.960.2600.63
HSL196º91.84%19.22%-
HSV(B)196º95.74%36.86%-
XYZ4.265.2111.37-
YUV53151.1393.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=2.38%
G=41.67%
B=55.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal470940.960.2600.6319691.8419.22
Hex4465E601A03Fc45c13
Octal41061361403207730413423
Binary10010001101011110110000011010011111111000100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04465E; }

 p { color: rgb(4,70,94); }

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

<style>
 a { background-color: #04465E; }

 a { background-color: rgb(4,70,94); }

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

<style>
 span { border-color: #04465E; }

 span { border-color: rgb(4,70,94); }

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