Html Css Color HEX #46899B Hippie Blue

📋 copy color: '#46899B'

red 70 ◦ green 137 ◦ blue 155

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

Shades of Hippie Blue #46899B

Tints of Hippie Blue #46899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 19.34%
G = 37.85%
B = 42.82%

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

#46899B (or 0x46899B) is known color: Hippie Blue. HEX triplet: 46, 89 and 9B. RGB value is (70,137,155). Sum of RGB (Red+Green+Blue) = 70+137+155=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #46899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46899B is #B97664. Grayscale: #767676. Windows color (decimal): -12154469 or 10193222. OLE color: 10193222.

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

Color convert

RGB 70 137 155 -
CMYK 0.55 0.12 0 0.39
HSL 192.71º 0.38% 0.44% -
HSV(B) 192.71º 0.55% 0.61% -
XYZ 17.39 21.56 34.26 -
YUV 119.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 70 137 155 0.55 0.12 0 0.39 192.71 0.38 0.44
Hex 46 89 9B 37 C 0 27 C1 26 2C
Octal 106 211 233 67 14 0 47 301 46 54
Binary 1000110 10001001 10011011 110111 1100 0 100111 11000001 100110 101100

Color Harmonies of #46899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46899B

Black with #46899B

Text Example


Text Example

White with #46899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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