Html Css Color HEX #44839C Hippie Blue

📋 copy color: '#44839C'

red 68 ◦ green 131 ◦ blue 156

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

Shades of Hippie Blue #44839C

Tints of Hippie Blue #44839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 19.15%
G = 36.9%
B = 43.94%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44839C (or 0x44839C) is known color: Hippie Blue. HEX triplet: 44, 83 and 9C. RGB value is (68,131,156). Sum of RGB (Red+Green+Blue) = 68+131+156=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #44839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44839C is #BB7C63. Grayscale: #727272. Windows color (decimal): -12287076 or 10257220. OLE color: 10257220.

HSL color Cylindrical-coordinate representation of color #44839C: hue angle of 197.05º 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 #44839C is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 131 156 -
CMYK 0.56 0.16 0 0.39
HSL 197.05º 0.39% 0.44% -
HSV(B) 197.05º 0.56% 0.61% -
XYZ 16.5 19.86 34.42 -
YUV 115.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 68 131 156 0.56 0.16 0 0.39 197.05 0.39 0.44
Hex 44 83 9C 38 10 0 27 C5 27 2C
Octal 104 203 234 70 20 0 47 305 47 54
Binary 1000100 10000011 10011100 111000 10000 0 100111 11000101 100111 101100

Color Harmonies of #44839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44839C

Black with #44839C

Text Example


Text Example

White with #44839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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