#46919F

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

Shades of Hippie Blue #46919F

Tints of Hippie Blue #46919F

Color information

#46919F (or 0x46919F) is unknown color: approx Hippie Blue. HEX triplet: 46, 91 and 9F. RGB value is (70,145,159). Sum of RGB (Red+Green+Blue) = 70+145+159=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #46919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46919F is #B96E60. Grayscale: #7C7C7C. Windows color (decimal): -12152417 or 10457414. OLE color: 10457414.

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

Color convert

RGB70145159-
CMYK0.560.0900.38
HSL189.44º38.86%44.9%-
HSV(B)189.44º55.97%62.35%-
XYZ18.9124.0636.45-
YUV124.17147.6589.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=18.72%
G=38.77%
B=42.51%

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
Decimal701451590.560.0900.38189.4438.8644.9
Hex46919F389026bd272d
Octal10622123770110462754755
Binary100011010010001100111111110001001010011010111101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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