#46949D

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

Shades of Hippie Blue #46949D

Tints of Hippie Blue #46949D

Color information

#46949D (or 0x46949D) is unknown color: approx Hippie Blue. HEX triplet: 46, 94 and 9D. RGB value is (70,148,157). Sum of RGB (Red+Green+Blue) = 70+148+157=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #46949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46949D is #B96B62. Grayscale: #7D7D7D. Windows color (decimal): -12151651 or 10327110. OLE color: 10327110.

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

Color convert

RGB70148157-
CMYK0.550.0600.38
HSL186.21º38.33%44.51%-
HSV(B)186.21º55.41%61.57%-
XYZ19.224.9235.7-
YUV125.7145.6688.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=18.67%
G=39.47%
B=41.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701481570.550.0600.38186.2138.3344.51
Hex46949D376026ba262d
Octal1062242356760462724655
Binary10001101001010010011101110111110010011010111010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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