Html Css Color HEX #44839E Hippie Blue

📋 copy color: '#44839E'

red 68 ◦ green 131 ◦ blue 158

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

Shades of Hippie Blue #44839E

Tints of Hippie Blue #44839E

RGB

 RED value IS 68 (26.95% from 255) = 19.05%

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 19.05%
G = 36.69%
B = 44.26%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44839E (or 0x44839E) is known color: Hippie Blue. HEX triplet: 44, 83 and 9E. RGB value is (68,131,158). Sum of RGB (Red+Green+Blue) = 68+131+158=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #44839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44839E is #BB7C61. Grayscale: #737373. Windows color (decimal): -12287074 or 10388292. OLE color: 10388292.

HSL color Cylindrical-coordinate representation of color #44839E: hue angle of 198º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44839E is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 131 158 -
CMYK 0.57 0.17 0 0.38
HSL 198º 0.4% 0.44% -
HSV(B) 198º 0.57% 0.62% -
XYZ 16.67 19.93 35.32 -
YUV 115.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 68 131 158 0.57 0.17 0 0.38 198 0.4 0.44
Hex 44 83 9E 39 11 0 26 C6 28 2C
Octal 104 203 236 71 21 0 46 306 50 54
Binary 1000100 10000011 10011110 111001 10001 0 100110 11000110 101000 101100

Color Harmonies of #44839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44839E

Black with #44839E

Text Example


Text Example

White with #44839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,131,158); }

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

background-color css

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

 a { background-color: rgb(68,131,158); }

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

border-color css

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

 span { border-color: rgb(68,131,158); }

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