#04464D

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

Shades of Sherpa Blue #04464D

Tints of Sherpa Blue #04464D

Color information

#04464D (or 0x04464D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 46 and 4D. RGB value is (4,70,77). Sum of RGB (Red+Green+Blue) = 4+70+77=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #04464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04464D is #FBB9B2. Grayscale: #323232. Windows color (decimal): -16497075 or 5064196. OLE color: 5064196.

HSL color Cylindrical-coordinate representation of color #04464D: hue angle of 185.75º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04464D is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB47077-
CMYK0.950.0900.70
HSL185.75º90.12%15.88%-
HSV(B)185.75º94.81%30.2%-
XYZ3.584.947.79-
YUV51.06142.6394.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=2.65%
G=46.36%
B=50.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal470770.950.0900.70185.7590.1215.88
Hex4464D5F9046ba5a10
Octal410611513711010627213220
Binary10010001101001101101111110010100011010111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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