#04515A

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

Shades of Sherpa Blue #04515A

Tints of Sherpa Blue #04515A

Color information

#04515A (or 0x04515A) is unknown color: approx Sherpa Blue. HEX triplet: 04, 51 and 5A. RGB value is (4,81,90). Sum of RGB (Red+Green+Blue) = 4+81+90=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #04515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04515A is #FBAEA5. Grayscale: #3A3A3A. Windows color (decimal): -16494246 or 5918980. OLE color: 5918980.

HSL color Cylindrical-coordinate representation of color #04515A: hue angle of 186.28º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04515A is Cyan = 0.96, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB48190-
CMYK0.960.100.65
HSL186.28º91.49%18.43%-
HSV(B)186.28º95.56%35.29%-
XYZ4.846.6510.7-
YUV59145.4988.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=2.29%
G=46.29%
B=51.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal481900.960.100.65186.2891.4918.43
Hex4515A60A041ba5b12
Octal412113214012010127213322
Binary10010100011011010110000010100100000110111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04515A; }

 p { color: rgb(4,81,90); }

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

<style>
 a { background-color: #04515A; }

 a { background-color: rgb(4,81,90); }

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

<style>
 span { border-color: #04515A; }

 span { border-color: rgb(4,81,90); }

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