Html Css Color HEX #46949E Hippie Blue

📋 copy color: '#46949E'

red 70 ◦ green 148 ◦ blue 158

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

Shades of Hippie Blue #46949E

Tints of Hippie Blue #46949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.36%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 18.62%
G = 39.36%
B = 42.02%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46949E (or 0x46949E) is known color: Hippie Blue. HEX triplet: 46, 94 and 9E. RGB value is (70,148,158). Sum of RGB (Red+Green+Blue) = 70+148+158=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #46949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46949E is #B96B61. Grayscale: #7D7D7D. Windows color (decimal): -12151650 or 10392646. OLE color: 10392646.

HSL color Cylindrical-coordinate representation of color #46949E: hue angle of 186.82º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46949E is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 148 158 -
CMYK 0.56 0.06 0 0.38
HSL 186.82º 0.39% 0.45% -
HSV(B) 186.82º 0.56% 0.62% -
XYZ 19.29 24.95 36.15 -
YUV 125.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 70 148 158 0.56 0.06 0 0.38 186.82 0.39 0.45
Hex 46 94 9E 38 6 0 26 BB 27 2D
Octal 106 224 236 70 6 0 46 273 47 55
Binary 1000110 10010100 10011110 111000 110 0 100110 10111011 100111 101101

Color Harmonies of #46949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46949E

Black with #46949E

Text Example


Text Example

White with #46949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46949E; }

 p { color: rgb(70,148,158); }

 H1.HeaderClassName
 {
   color: #46949E;
 }
 .AnyTagClassName
 {
   color: #46949E;
 }
</style>

background-color css

<style>
 a { background-color: #46949E; }

 a { background-color: rgb(70,148,158); }

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

border-color css

<style>
 span { border-color: #46949E; }

 span { border-color: rgb(70,148,158); }

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