#084A4B

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

Shades of Sherpa Blue #084A4B

Tints of Sherpa Blue #084A4B

Color information

#084A4B (or 0x084A4B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4A and 4B. RGB value is (8,74,75). Sum of RGB (Red+Green+Blue) = 8+74+75=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #084A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A4B is #F7B5B4. Grayscale: #363636. Windows color (decimal): -16233909 or 4934152. OLE color: 4934152.

HSL color Cylindrical-coordinate representation of color #084A4B: hue angle of 180.9º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A4B is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB87475-
CMYK0.890.0100.71
HSL180.9º80.72%16.27%-
HSV(B)180.9º89.33%29.41%-
XYZ3.825.467.51-
YUV54.38139.6394.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 74 (29.30% from 255) = 47.13%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=5.10%
G=47.13%
B=47.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874750.890.0100.71180.980.7216.27
Hex84A4B591047b55110
Octal101121131311010726512120
Binary100010010101001011101100110100011110110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084A4B; }

 p { color: rgb(8,74,75); }

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

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

 a { background-color: rgb(8,74,75); }

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

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

 span { border-color: rgb(8,74,75); }

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