#46939E

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

Shades of Hippie Blue #46939E

Tints of Hippie Blue #46939E

Color information

#46939E (or 0x46939E) is unknown color: approx Hippie Blue. HEX triplet: 46, 93 and 9E. RGB value is (70,147,158). Sum of RGB (Red+Green+Blue) = 70+147+158=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #46939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46939E is #B96C61. Grayscale: #7D7D7D. Windows color (decimal): -12151906 or 10392390. OLE color: 10392390.

HSL color Cylindrical-coordinate representation of color #46939E: hue angle of 187.5º 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 #46939E is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70147158-
CMYK0.560.0700.38
HSL187.5º38.6%44.71%-
HSV(B)187.5º55.7%61.96%-
XYZ19.1324.6436.1-
YUV125.23146.4988.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=18.67%
G=39.2%
B=42.13%

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
Decimal701471580.560.0700.38187.538.644.71
Hex46939E387026bc272d
Octal1062232367070462744755
Binary10001101001001110011110111000111010011010111100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46939E; }

 p { color: rgb(70,147,158); }

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

<style>
 a { background-color: #46939E; }

 a { background-color: rgb(70,147,158); }

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

<style>
 span { border-color: #46939E; }

 span { border-color: rgb(70,147,158); }

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