Html Css Color HEX #448399 Hippie Blue

📋 copy color: '#448399'

red 68 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #448399

Tints of Hippie Blue #448399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 19.32%
G = 37.22%
B = 43.47%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#448399 (or 0x448399) is known color: Hippie Blue. HEX triplet: 44, 83 and 99. RGB value is (68,131,153). Sum of RGB (Red+Green+Blue) = 68+131+153=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #448399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448399 is #BB7C66. Grayscale: #727272. Windows color (decimal): -12287079 or 10060612. OLE color: 10060612.

HSL color Cylindrical-coordinate representation of color #448399: hue angle of 195.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448399 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 131 153 -
CMYK 0.56 0.14 0 0.4
HSL 195.53º 0.38% 0.43% -
HSV(B) 195.53º 0.56% 0.6% -
XYZ 16.25 19.76 33.09 -
YUV 114.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 68 131 153 0.56 0.14 0 0.4 195.53 0.38 0.43
Hex 44 83 99 38 E 0 28 C4 26 2B
Octal 104 203 231 70 16 0 50 304 46 53
Binary 1000100 10000011 10011001 111000 1110 0 101000 11000100 100110 101011

Color Harmonies of #448399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448399

Black with #448399

Text Example


Text Example

White with #448399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448399; }

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

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

background-color css

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

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

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

border-color css

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

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

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