#46929B

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

Shades of Hippie Blue #46929B

Tints of Hippie Blue #46929B

Color information

#46929B (or 0x46929B) is unknown color: approx Hippie Blue. HEX triplet: 46, 92 and 9B. RGB value is (70,146,155). Sum of RGB (Red+Green+Blue) = 70+146+155=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #46929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46929B is #B96D64. Grayscale: #7C7C7C. Windows color (decimal): -12152165 or 10195526. OLE color: 10195526.

HSL color Cylindrical-coordinate representation of color #46929B: hue angle of 186.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46929B is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70146155-
CMYK0.550.0600.39
HSL186.35º37.78%44.12%-
HSV(B)186.35º54.84%60.78%-
XYZ18.7224.2334.7-
YUV124.3145.3289.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=18.87%
G=39.35%
B=41.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701461550.550.0600.39186.3537.7844.12
Hex46929B376027ba262c
Octal1062222336760472724654
Binary10001101001001010011011110111110010011110111010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46929B; }

 p { color: rgb(70,146,155); }

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

<style>
 a { background-color: #46929B; }

 a { background-color: rgb(70,146,155); }

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

<style>
 span { border-color: #46929B; }

 span { border-color: rgb(70,146,155); }

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