#045251

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

Shades of Sherpa Blue #045251

Tints of Sherpa Blue #045251

Color information

#045251 (or 0x045251) is unknown color: approx Sherpa Blue. HEX triplet: 04, 52 and 51. RGB value is (4,82,81). Sum of RGB (Red+Green+Blue) = 4+82+81=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #045251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045251 is #FBADAE. Grayscale: #3A3A3A. Windows color (decimal): -16493999 or 5329412. OLE color: 5329412.

HSL color Cylindrical-coordinate representation of color #045251: hue angle of 179.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045251 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB48281-
CMYK0.9500.010.68
HSL179.23º90.7%16.86%-
HSV(B)179.23º95.12%32.16%-
XYZ4.556.658.83-
YUV58.56140.6689.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=2.40%
G=49.10%
B=48.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482810.9500.010.68179.2390.716.86
Hex452515F0144b35b11
Octal41221211370110426313321
Binary10010100101010001101111101100010010110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045251; }

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

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

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

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

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

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

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

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