#04504F

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

Shades of Sherpa Blue #04504F

Tints of Sherpa Blue #04504F

Color information

#04504F (or 0x04504F) is unknown color: approx Sherpa Blue. HEX triplet: 04, 50 and 4F. RGB value is (4,80,79). Sum of RGB (Red+Green+Blue) = 4+80+79=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #04504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04504F is #FBAFB0. Grayscale: #393939. Windows color (decimal): -16494513 or 5197828. OLE color: 5197828.

HSL color Cylindrical-coordinate representation of color #04504F: hue angle of 179.21º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04504F is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB48079-
CMYK0.9500.010.69
HSL179.21º90.48%16.47%-
HSV(B)179.21º95%31.37%-
XYZ4.336.338.39-
YUV57.16140.3290.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=2.45%
G=49.08%
B=48.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480790.9500.010.69179.2190.4816.47
Hex4504F5F0145b35a10
Octal41201171370110526313220
Binary10010100001001111101111101100010110110011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04504F; }

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

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

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

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

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

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

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

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