Html Css Color HEX #46859A Hippie Blue

📋 copy color: '#46859A'

red 70 ◦ green 133 ◦ blue 154

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

Shades of Hippie Blue #46859A

Tints of Hippie Blue #46859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 19.61%
G = 37.25%
B = 43.14%

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

#46859A (or 0x46859A) is known color: Hippie Blue. HEX triplet: 46, 85 and 9A. RGB value is (70,133,154). Sum of RGB (Red+Green+Blue) = 70+133+154=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #46859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46859A is #B97A65. Grayscale: #747474. Windows color (decimal): -12155494 or 10126662. OLE color: 10126662.

HSL color Cylindrical-coordinate representation of color #46859A: hue angle of 195º 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 #46859A is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 133 154 -
CMYK 0.55 0.14 0 0.40
HSL 195º 0.38% 0.44% -
HSV(B) 195º 0.55% 0.6% -
XYZ 16.75 20.41 33.63 -
YUV 116.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 70 133 154 0.55 0.14 0 0.40 195 0.38 0.44
Hex 46 85 9A 37 E 0 28 C3 26 2C
Octal 106 205 232 67 16 0 50 303 46 54
Binary 1000110 10000101 10011010 110111 1110 0 101000 11000011 100110 101100

Color Harmonies of #46859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46859A

Black with #46859A

Text Example


Text Example

White with #46859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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