Html Css Color HEX #46889B Hippie Blue

📋 copy color: '#46889B'

red 70 ◦ green 136 ◦ blue 155

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

Shades of Hippie Blue #46889B

Tints of Hippie Blue #46889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 19.39%
G = 37.67%
B = 42.94%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46889B (or 0x46889B) is known color: Hippie Blue. HEX triplet: 46, 88 and 9B. RGB value is (70,136,155). Sum of RGB (Red+Green+Blue) = 70+136+155=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #46889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46889B is #B97764. Grayscale: #767676. Windows color (decimal): -12154725 or 10192966. OLE color: 10192966.

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

Color convert

RGB 70 136 155 -
CMYK 0.55 0.12 0 0.39
HSL 193.41º 0.38% 0.44% -
HSV(B) 193.41º 0.55% 0.61% -
XYZ 17.25 21.28 34.21 -
YUV 118.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 70 136 155 0.55 0.12 0 0.39 193.41 0.38 0.44
Hex 46 88 9B 37 C 0 27 C1 26 2C
Octal 106 210 233 67 14 0 47 301 46 54
Binary 1000110 10001000 10011011 110111 1100 0 100111 11000001 100110 101100

Color Harmonies of #46889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46889B

Black with #46889B

Text Example


Text Example

White with #46889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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