Html Css Color HEX #46869B Hippie Blue

📋 copy color: '#46869B'

red 70 ◦ green 134 ◦ blue 155

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

Shades of Hippie Blue #46869B

Tints of Hippie Blue #46869B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 19.5%
G = 37.33%
B = 43.18%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46869B (or 0x46869B) is known color: Hippie Blue. HEX triplet: 46, 86 and 9B. RGB value is (70,134,155). Sum of RGB (Red+Green+Blue) = 70+134+155=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #46869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46869B is #B97964. Grayscale: #757575. Windows color (decimal): -12155237 or 10192454. OLE color: 10192454.

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

Color convert

RGB 70 134 155 -
CMYK 0.55 0.14 0 0.39
HSL 194.82º 0.38% 0.44% -
HSV(B) 194.82º 0.55% 0.61% -
XYZ 16.97 20.72 34.12 -
YUV 117.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 70 134 155 0.55 0.14 0 0.39 194.82 0.38 0.44
Hex 46 86 9B 37 E 0 27 C3 26 2C
Octal 106 206 233 67 16 0 47 303 46 54
Binary 1000110 10000110 10011011 110111 1110 0 100111 11000011 100110 101100

Color Harmonies of #46869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46869B

Black with #46869B

Text Example


Text Example

White with #46869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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