Html Css Color HEX #448391 Hippie Blue

📋 copy color: '#448391'

red 68 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #448391

Tints of Hippie Blue #448391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 19.77%
G = 38.08%
B = 42.15%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#448391 (or 0x448391) is known color: Hippie Blue. HEX triplet: 44, 83 and 91. RGB value is (68,131,145). Sum of RGB (Red+Green+Blue) = 68+131+145=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #448391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448391 is #BB7C6E. Grayscale: #717171. Windows color (decimal): -12287087 or 9536324. OLE color: 9536324.

HSL color Cylindrical-coordinate representation of color #448391: hue angle of 190.91º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448391 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 131 145 -
CMYK 0.53 0.10 0 0.43
HSL 190.91º 0.36% 0.42% -
HSV(B) 190.91º 0.53% 0.57% -
XYZ 15.61 19.51 29.73 -
YUV 113.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 68 131 145 0.53 0.10 0 0.43 190.91 0.36 0.42
Hex 44 83 91 35 A 0 2B BF 24 2A
Octal 104 203 221 65 12 0 53 277 44 52
Binary 1000100 10000011 10010001 110101 1010 0 101011 10111111 100100 101010

Color Harmonies of #448391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448391

Black with #448391

Text Example


Text Example

White with #448391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448391; }

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

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

background-color css

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

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

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

border-color css

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

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

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