#46929D

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

Shades of Hippie Blue #46929D

Tints of Hippie Blue #46929D

Color information

#46929D (or 0x46929D) is unknown color: approx Hippie Blue. HEX triplet: 46, 92 and 9D. RGB value is (70,146,157). Sum of RGB (Red+Green+Blue) = 70+146+157=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #46929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46929D is #B96D62. Grayscale: #7C7C7C. Windows color (decimal): -12152163 or 10326598. OLE color: 10326598.

HSL color Cylindrical-coordinate representation of color #46929D: hue angle of 187.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46929D is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70146157-
CMYK0.550.0700.38
HSL187.59º38.33%44.51%-
HSV(B)187.59º55.41%61.57%-
XYZ18.8924.2935.59-
YUV124.53146.3289.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=18.77%
G=39.14%
B=42.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701461570.550.0700.38187.5938.3344.51
Hex46929D377026bc262d
Octal1062222356770462744655
Binary10001101001001010011101110111111010011010111100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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