Html Css Color HEX #46879A Hippie Blue

📋 copy color: '#46879A'

red 70 ◦ green 135 ◦ blue 154

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

Shades of Hippie Blue #46879A

Tints of Hippie Blue #46879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 19.5%
G = 37.6%
B = 42.9%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46879A (or 0x46879A) is known color: Hippie Blue. HEX triplet: 46, 87 and 9A. RGB value is (70,135,154). Sum of RGB (Red+Green+Blue) = 70+135+154=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #46879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46879A is #B97865. Grayscale: #757575. Windows color (decimal): -12154982 or 10127174. OLE color: 10127174.

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

Color convert

RGB 70 135 154 -
CMYK 0.55 0.12 0 0.40
HSL 193.57º 0.38% 0.44% -
HSV(B) 193.57º 0.55% 0.6% -
XYZ 17.02 20.96 33.72 -
YUV 117.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 70 135 154 0.55 0.12 0 0.40 193.57 0.38 0.44
Hex 46 87 9A 37 C 0 28 C2 26 2C
Octal 106 207 232 67 14 0 50 302 46 54
Binary 1000110 10000111 10011010 110111 1100 0 101000 11000010 100110 101100

Color Harmonies of #46879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46879A

Black with #46879A

Text Example


Text Example

White with #46879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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