Html Css Color HEX #46829F Hippie Blue

📋 copy color: '#46829F'

red 70 ◦ green 130 ◦ blue 159

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

Shades of Hippie Blue #46829F

Tints of Hippie Blue #46829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 19.5%
G = 36.21%
B = 44.29%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46829F (or 0x46829F) is known color: Hippie Blue. HEX triplet: 46, 82 and 9F. RGB value is (70,130,159). Sum of RGB (Red+Green+Blue) = 70+130+159=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #46829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46829F is #B97D60. Grayscale: #737373. Windows color (decimal): -12156257 or 10453574. OLE color: 10453574.

HSL color Cylindrical-coordinate representation of color #46829F: hue angle of 199.55º 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 #46829F is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 130 159 -
CMYK 0.56 0.18 0 0.38
HSL 199.55º 0.39% 0.45% -
HSV(B) 199.55º 0.56% 0.62% -
XYZ 16.77 19.77 35.73 -
YUV 115.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 70 130 159 0.56 0.18 0 0.38 199.55 0.39 0.45
Hex 46 82 9F 38 12 0 26 C8 27 2D
Octal 106 202 237 70 22 0 46 310 47 55
Binary 1000110 10000010 10011111 111000 10010 0 100110 11001000 100111 101101

Color Harmonies of #46829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46829F

Black with #46829F

Text Example


Text Example

White with #46829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46829F; }

 p { color: rgb(70,130,159); }

 H1.HeaderClassName
 {
   color: #46829F;
 }
 .AnyTagClassName
 {
   color: #46829F;
 }
</style>

background-color css

<style>
 a { background-color: #46829F; }

 a { background-color: rgb(70,130,159); }

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

border-color css

<style>
 span { border-color: #46829F; }

 span { border-color: rgb(70,130,159); }

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