Html Css Color HEX #46899C Hippie Blue

📋 copy color: '#46899C'

red 70 ◦ green 137 ◦ blue 156

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

Shades of Hippie Blue #46899C

Tints of Hippie Blue #46899C

RGB

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

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

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

R = 19.28%
G = 37.74%
B = 42.98%

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

#46899C (or 0x46899C) is known color: Hippie Blue. HEX triplet: 46, 89 and 9C. RGB value is (70,137,156). Sum of RGB (Red+Green+Blue) = 70+137+156=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #46899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46899C is #B97663. Grayscale: #767676. Windows color (decimal): -12154468 or 10258758. OLE color: 10258758.

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

Color convert

RGB 70 137 156 -
CMYK 0.55 0.12 0 0.39
HSL 193.26º 0.38% 0.44% -
HSV(B) 193.26º 0.55% 0.61% -
XYZ 17.47 21.59 34.7 -
YUV 119.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 70 137 156 0.55 0.12 0 0.39 193.26 0.38 0.44
Hex 46 89 9C 37 C 0 27 C1 26 2C
Octal 106 211 234 67 14 0 47 301 46 54
Binary 1000110 10001001 10011100 110111 1100 0 100111 11000001 100110 101100

Color Harmonies of #46899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46899C

Black with #46899C

Text Example


Text Example

White with #46899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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