Html Css Color HEX #448390 Hippie Blue

📋 copy color: '#448390'

red 68 ◦ green 131 ◦ blue 144

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

Shades of Hippie Blue #448390

Tints of Hippie Blue #448390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 19.83%
G = 38.19%
B = 41.98%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448390 (or 0x448390) is known color: Hippie Blue. HEX triplet: 44, 83 and 90. RGB value is (68,131,144). Sum of RGB (Red+Green+Blue) = 68+131+144=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #448390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448390 is #BB7C6F. Grayscale: #717171. Windows color (decimal): -12287088 or 9470788. OLE color: 9470788.

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

Color convert

RGB 68 131 144 -
CMYK 0.53 0.09 0 0.44
HSL 190.26º 0.36% 0.42% -
HSV(B) 190.26º 0.53% 0.56% -
XYZ 15.53 19.48 29.33 -
YUV 113.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 68 131 144 0.53 0.09 0 0.44 190.26 0.36 0.42
Hex 44 83 90 35 9 0 2C BE 24 2A
Octal 104 203 220 65 11 0 54 276 44 52
Binary 1000100 10000011 10010000 110101 1001 0 101100 10111110 100100 101010

Color Harmonies of #448390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448390

Black with #448390

Text Example


Text Example

White with #448390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448390; }

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

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

background-color css

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

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

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

border-color css

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

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

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