Html Css Color HEX #46849A Hippie Blue

📋 copy color: '#46849A'

red 70 ◦ green 132 ◦ blue 154

#46849A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #46849A

Tints of Hippie Blue #46849A

RGB

 RED value IS 70 (27.73% from 255) = 19.66%

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 19.66%
G = 37.08%
B = 43.26%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46849A (or 0x46849A) is known color: Hippie Blue. HEX triplet: 46, 84 and 9A. RGB value is (70,132,154). Sum of RGB (Red+Green+Blue) = 70+132+154=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #46849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46849A is #B97B65. Grayscale: #737373. Windows color (decimal): -12155750 or 10126406. OLE color: 10126406.

HSL color Cylindrical-coordinate representation of color #46849A: hue angle of 195.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46849A is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 132 154 -
CMYK 0.55 0.14 0 0.40
HSL 195.71º 0.38% 0.44% -
HSV(B) 195.71º 0.55% 0.6% -
XYZ 16.61 20.14 33.58 -
YUV 115.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 70 132 154 0.55 0.14 0 0.40 195.71 0.38 0.44
Hex 46 84 9A 37 E 0 28 C4 26 2C
Octal 106 204 232 67 16 0 50 304 46 54
Binary 1000110 10000100 10011010 110111 1110 0 101000 11000100 100110 101100

Color Harmonies of #46849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46849A

Black with #46849A

Text Example


Text Example

White with #46849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46849A; }

 p { color: rgb(70,132,154); }

 H1.HeaderClassName
 {
   color: #46849A;
 }
 .AnyTagClassName
 {
   color: #46849A;
 }
</style>

background-color css

<style>
 a { background-color: #46849A; }

 a { background-color: rgb(70,132,154); }

 div.DivClassName
 {
   background-color: #46849A;
 }
 .BgClassName
 {
   background-color: #46849A;
 }
</style>

border-color css

<style>
 span { border-color: #46849A; }

 span { border-color: rgb(70,132,154); }

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