#46909f

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

Shades of Hippie Blue #46909F

Tints of Hippie Blue #46909F

Color information

#46909F (or 0x46909F) is unknown color: approx Hippie Blue. HEX triplet: 46, 90 and 9F. RGB value is (70,144,159). Sum of RGB (Red+Green+Blue) = 70+144+159=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #46909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46909F is #B96F60. Grayscale: #7B7B7B. Windows color (decimal): -12152673 or 10457158. OLE color: 10457158.

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

Color convert

RGB70144159-
CMYK0.560.0900.38
HSL190.11º38.86%44.9%-
HSV(B)190.11º55.97%62.35%-
XYZ18.7623.7536.4-
YUV123.58147.9889.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=18.77%
G=38.61%
B=42.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701441590.560.0900.38190.1138.8644.9
Hex46909F389026be272d
Octal10622023770110462764755
Binary100011010010000100111111110001001010011010111110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46909f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46909f; }

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

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

<style>
 a { background-color: #46909f; }

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

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

<style>
 span { border-color: #46909f; }

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

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