Html Css Color HEX #448199 Hippie Blue

📋 copy color: '#448199'

red 68 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #448199

Tints of Hippie Blue #448199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

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

R = 19.43%
G = 36.86%
B = 43.71%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#448199 (or 0x448199) is known color: Hippie Blue. HEX triplet: 44, 81 and 99. RGB value is (68,129,153). Sum of RGB (Red+Green+Blue) = 68+129+153=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #448199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448199 is #BB7E66. Grayscale: #717171. Windows color (decimal): -12287591 or 10060100. OLE color: 10060100.

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

Color convert

RGB 68 129 153 -
CMYK 0.56 0.16 0 0.4
HSL 196.94º 0.38% 0.43% -
HSV(B) 196.94º 0.56% 0.6% -
XYZ 15.98 19.23 33.01 -
YUV 113.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 68 129 153 0.56 0.16 0 0.4 196.94 0.38 0.43
Hex 44 81 99 38 10 0 28 C5 26 2B
Octal 104 201 231 70 20 0 50 305 46 53
Binary 1000100 10000001 10011001 111000 10000 0 101000 11000101 100110 101011

Color Harmonies of #448199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448199

Black with #448199

Text Example


Text Example

White with #448199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448199; }

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

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

background-color css

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

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

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

border-color css

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

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

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