#46819C

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

Shades of Hippie Blue #46819C

Tints of Hippie Blue #46819C

Color information

#46819C (or 0x46819C) is unknown color: approx Hippie Blue. HEX triplet: 46, 81 and 9C. RGB value is (70,129,156). Sum of RGB (Red+Green+Blue) = 70+129+156=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #46819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46819C is #B97E63. Grayscale: #727272. Windows color (decimal): -12156516 or 10256710. OLE color: 10256710.

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

Color convert

RGB70129156-
CMYK0.550.1700.39
HSL198.84º38.05%44.31%-
HSV(B)198.84º55.13%61.18%-
XYZ16.3819.434.33-
YUV114.44151.4596.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=19.72%
G=36.34%
B=43.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701291560.550.1700.39198.8438.0544.31
Hex46819C3711027c7262c
Octal10620123467210473074654
Binary1000110100000011001110011011110001010011111000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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