#46929C

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

Shades of Hippie Blue #46929C

Tints of Hippie Blue #46929C

Color information

#46929C (or 0x46929C) is unknown color: approx Hippie Blue. HEX triplet: 46, 92 and 9C. RGB value is (70,146,156). Sum of RGB (Red+Green+Blue) = 70+146+156=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #46929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46929C is #B96D63. Grayscale: #7C7C7C. Windows color (decimal): -12152164 or 10261062. OLE color: 10261062.

HSL color Cylindrical-coordinate representation of color #46929C: hue angle of 186.98º 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 #46929C is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70146156-
CMYK0.550.0600.39
HSL186.98º38.05%44.31%-
HSV(B)186.98º55.13%61.18%-
XYZ18.8124.2635.14-
YUV124.42145.8289.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=18.82%
G=39.25%
B=41.94%

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
Decimal701461560.550.0600.39186.9838.0544.31
Hex46929C376027bb262c
Octal1062222346760472734654
Binary10001101001001010011100110111110010011110111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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