Html Css Color HEX #46819A Hippie Blue

📋 copy color: '#46819A'

red 70 ◦ green 129 ◦ blue 154

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

Shades of Hippie Blue #46819A

Tints of Hippie Blue #46819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 19.83%
G = 36.54%
B = 43.63%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46819A (or 0x46819A) is known color: Hippie Blue. HEX triplet: 46, 81 and 9A. RGB value is (70,129,154). Sum of RGB (Red+Green+Blue) = 70+129+154=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #46819A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46819A is #B97E65. Grayscale: #727272. Windows color (decimal): -12156518 or 10125638. OLE color: 10125638.

HSL color Cylindrical-coordinate representation of color #46819A: hue angle of 197.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46819A is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 129 154 -
CMYK 0.55 0.16 0 0.40
HSL 197.86º 0.38% 0.44% -
HSV(B) 197.86º 0.55% 0.6% -
XYZ 16.21 19.34 33.45 -
YUV 114.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 70 129 154 0.55 0.16 0 0.40 197.86 0.38 0.44
Hex 46 81 9A 37 10 0 28 C6 26 2C
Octal 106 201 232 67 20 0 50 306 46 54
Binary 1000110 10000001 10011010 110111 10000 0 101000 11000110 100110 101100

Color Harmonies of #46819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46819A

Black with #46819A

Text Example


Text Example

White with #46819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46819A; }

 p { color: rgb(70,129,154); }

 H1.HeaderClassName
 {
   color: #46819A;
 }
 .AnyTagClassName
 {
   color: #46819A;
 }
</style>

background-color css

<style>
 a { background-color: #46819A; }

 a { background-color: rgb(70,129,154); }

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

border-color css

<style>
 span { border-color: #46819A; }

 span { border-color: rgb(70,129,154); }

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