#06474A

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

Shades of Sherpa Blue #06474A

Tints of Sherpa Blue #06474A

Color information

#06474A (or 0x06474A) is unknown color: approx Sherpa Blue. HEX triplet: 06, 47 and 4A. RGB value is (6,71,74). Sum of RGB (Red+Green+Blue) = 6+71+74=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #06474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06474A is #F9B8B5. Grayscale: #333333. Windows color (decimal): -16365750 or 4867846. OLE color: 4867846.

HSL color Cylindrical-coordinate representation of color #06474A: hue angle of 182.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06474A is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB67174-
CMYK0.920.0400.71
HSL182.65º85%15.69%-
HSV(B)182.65º91.89%29.02%-
XYZ3.565.047.26-
YUV51.91140.4795.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=3.97%
G=47.02%
B=49.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal671740.920.0400.71182.658515.69
Hex6474A5C4047b75510
Octal61071121344010726712520
Binary1101000111100101010111001000100011110110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,71,74); }

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

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

 a { background-color: rgb(6,71,74); }

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

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

 span { border-color: rgb(6,71,74); }

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