Html Css Color HEX #44809A Hippie Blue

📋 copy color: '#44809A'

red 68 ◦ green 128 ◦ blue 154

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

Shades of Hippie Blue #44809A

Tints of Hippie Blue #44809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 19.43%
G = 36.57%
B = 44%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#44809A (or 0x44809A) is known color: Hippie Blue. HEX triplet: 44, 80 and 9A. RGB value is (68,128,154). Sum of RGB (Red+Green+Blue) = 68+128+154=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #44809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44809A is #BB7F65. Grayscale: #707070. Windows color (decimal): -12287846 or 10125380. OLE color: 10125380.

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

Color convert

RGB 68 128 154 -
CMYK 0.56 0.17 0 0.40
HSL 198.14º 0.39% 0.44% -
HSV(B) 198.14º 0.56% 0.6% -
XYZ 15.94 19 33.4 -
YUV 113.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 68 128 154 0.56 0.17 0 0.40 198.14 0.39 0.44
Hex 44 80 9A 38 11 0 28 C6 27 2C
Octal 104 200 232 70 21 0 50 306 47 54
Binary 1000100 10000000 10011010 111000 10001 0 101000 11000110 100111 101100

Color Harmonies of #44809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44809A

Black with #44809A

Text Example


Text Example

White with #44809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,128,154); }

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

background-color css

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

 a { background-color: rgb(68,128,154); }

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

border-color css

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

 span { border-color: rgb(68,128,154); }

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