#46949F

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

Shades of Hippie Blue #46949F

Tints of Hippie Blue #46949F

Color information

#46949F (or 0x46949F) is unknown color: approx Hippie Blue. HEX triplet: 46, 94 and 9F. RGB value is (70,148,159). Sum of RGB (Red+Green+Blue) = 70+148+159=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #46949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46949F is #B96B60. Grayscale: #7D7D7D. Windows color (decimal): -12151649 or 10458182. OLE color: 10458182.

HSL color Cylindrical-coordinate representation of color #46949F: hue angle of 187.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46949F is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70148159-
CMYK0.560.0700.38
HSL187.42º38.86%44.9%-
HSV(B)187.42º55.97%62.35%-
XYZ19.3724.9936.6-
YUV125.93146.6688.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=18.57%
G=39.26%
B=42.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701481590.560.0700.38187.4238.8644.9
Hex46949F387026bb272d
Octal1062242377070462734755
Binary10001101001010010011111111000111010011010111011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,148,159); }

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

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

 a { background-color: rgb(70,148,159); }

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

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

 span { border-color: rgb(70,148,159); }

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