Html Css Color HEX #44839B Hippie Blue

📋 copy color: '#44839B'

red 68 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #44839B

Tints of Hippie Blue #44839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 19.21%
G = 37.01%
B = 43.79%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44839B (or 0x44839B) is known color: Hippie Blue. HEX triplet: 44, 83 and 9B. RGB value is (68,131,155). Sum of RGB (Red+Green+Blue) = 68+131+155=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #44839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44839B is #BB7C64. Grayscale: #727272. Windows color (decimal): -12287077 or 10191684. OLE color: 10191684.

HSL color Cylindrical-coordinate representation of color #44839B: hue angle of 196.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44839B is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 131 155 -
CMYK 0.56 0.15 0 0.39
HSL 196.55º 0.39% 0.44% -
HSV(B) 196.55º 0.56% 0.61% -
XYZ 16.42 19.83 33.97 -
YUV 114.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 68 131 155 0.56 0.15 0 0.39 196.55 0.39 0.44
Hex 44 83 9B 38 F 0 27 C5 27 2C
Octal 104 203 233 70 17 0 47 305 47 54
Binary 1000100 10000011 10011011 111000 1111 0 100111 11000101 100111 101100

Color Harmonies of #44839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44839B

Black with #44839B

Text Example


Text Example

White with #44839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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