Html Css Color HEX #46859D Hippie Blue

📋 copy color: '#46859D'

red 70 ◦ green 133 ◦ blue 157

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

Shades of Hippie Blue #46859D

Tints of Hippie Blue #46859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 19.44%
G = 36.94%
B = 43.61%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46859D (or 0x46859D) is known color: Hippie Blue. HEX triplet: 46, 85 and 9D. RGB value is (70,133,157). Sum of RGB (Red+Green+Blue) = 70+133+157=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #46859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46859D is #B97A62. Grayscale: #747474. Windows color (decimal): -12155491 or 10323270. OLE color: 10323270.

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

Color convert

RGB 70 133 157 -
CMYK 0.55 0.15 0 0.38
HSL 196.55º 0.38% 0.45% -
HSV(B) 196.55º 0.55% 0.62% -
XYZ 17 20.51 34.96 -
YUV 116.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 70 133 157 0.55 0.15 0 0.38 196.55 0.38 0.45
Hex 46 85 9D 37 F 0 26 C5 26 2D
Octal 106 205 235 67 17 0 46 305 46 55
Binary 1000110 10000101 10011101 110111 1111 0 100110 11000101 100110 101101

Color Harmonies of #46859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46859D

Black with #46859D

Text Example


Text Example

White with #46859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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