Html Css Color HEX #46839C Hippie Blue

📋 copy color: '#46839C'

red 70 ◦ green 131 ◦ blue 156

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

Shades of Hippie Blue #46839C

Tints of Hippie Blue #46839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 19.61%
G = 36.69%
B = 43.7%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46839C (or 0x46839C) is known color: Hippie Blue. HEX triplet: 46, 83 and 9C. RGB value is (70,131,156). Sum of RGB (Red+Green+Blue) = 70+131+156=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #46839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46839C is #B97C63. Grayscale: #737373. Windows color (decimal): -12156004 or 10257222. OLE color: 10257222.

HSL color Cylindrical-coordinate representation of color #46839C: hue angle of 197.44º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46839C is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 131 156 -
CMYK 0.55 0.16 0 0.39
HSL 197.44º 0.38% 0.44% -
HSV(B) 197.44º 0.55% 0.61% -
XYZ 16.64 19.93 34.42 -
YUV 115.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 70 131 156 0.55 0.16 0 0.39 197.44 0.38 0.44
Hex 46 83 9C 37 10 0 27 C5 26 2C
Octal 106 203 234 67 20 0 47 305 46 54
Binary 1000110 10000011 10011100 110111 10000 0 100111 11000101 100110 101100

Color Harmonies of #46839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46839C

Black with #46839C

Text Example


Text Example

White with #46839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46839C; }

 p { color: rgb(70,131,156); }

 H1.HeaderClassName
 {
   color: #46839C;
 }
 .AnyTagClassName
 {
   color: #46839C;
 }
</style>

background-color css

<style>
 a { background-color: #46839C; }

 a { background-color: rgb(70,131,156); }

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

border-color css

<style>
 span { border-color: #46839C; }

 span { border-color: rgb(70,131,156); }

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