Html Css Color HEX #46869E Hippie Blue

📋 copy color: '#46869E'

red 70 ◦ green 134 ◦ blue 158

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

Shades of Hippie Blue #46869E

Tints of Hippie Blue #46869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 19.34%
G = 37.02%
B = 43.65%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46869E (or 0x46869E) is known color: Hippie Blue. HEX triplet: 46, 86 and 9E. RGB value is (70,134,158). Sum of RGB (Red+Green+Blue) = 70+134+158=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #46869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46869E is #B97961. Grayscale: #757575. Windows color (decimal): -12155234 or 10389062. OLE color: 10389062.

HSL color Cylindrical-coordinate representation of color #46869E: hue angle of 196.36º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46869E is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 134 158 -
CMYK 0.56 0.15 0 0.38
HSL 196.36º 0.39% 0.45% -
HSV(B) 196.36º 0.56% 0.62% -
XYZ 17.22 20.82 35.46 -
YUV 117.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 70 134 158 0.56 0.15 0 0.38 196.36 0.39 0.45
Hex 46 86 9E 38 F 0 26 C4 27 2D
Octal 106 206 236 70 17 0 46 304 47 55
Binary 1000110 10000110 10011110 111000 1111 0 100110 11000100 100111 101101

Color Harmonies of #46869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46869E

Black with #46869E

Text Example


Text Example

White with #46869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46869E; }

 p { color: rgb(70,134,158); }

 H1.HeaderClassName
 {
   color: #46869E;
 }
 .AnyTagClassName
 {
   color: #46869E;
 }
</style>

background-color css

<style>
 a { background-color: #46869E; }

 a { background-color: rgb(70,134,158); }

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

border-color css

<style>
 span { border-color: #46869E; }

 span { border-color: rgb(70,134,158); }

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