#045450

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

Shades of Sherpa Blue #045450

Tints of Sherpa Blue #045450

Color information

#045450 (or 0x045450) is unknown color: approx Sherpa Blue. HEX triplet: 04, 54 and 50. RGB value is (4,84,80). Sum of RGB (Red+Green+Blue) = 4+84+80=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #045450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045450 is #FBABAF. Grayscale: #3B3B3B. Windows color (decimal): -16493488 or 5264388. OLE color: 5264388.

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

Color convert

RGB48480-
CMYK0.9500.050.67
HSL177º90.91%17.25%-
HSV(B)177º95.24%32.94%-
XYZ4.676.958.68-
YUV59.62139.588.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=2.38%
G=50%
B=47.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484800.9500.050.6717790.9117.25
Hex454505F0543b15b11
Octal41241201370510326113321
Binary1001010100101000010111110101100001110110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045450; }

 p { color: rgb(4,84,80); }

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

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

 a { background-color: rgb(4,84,80); }

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

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

 span { border-color: rgb(4,84,80); }

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