Html Css Color HEX #448396 Hippie Blue

📋 copy color: '#448396'

red 68 ◦ green 131 ◦ blue 150

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

Shades of Hippie Blue #448396

Tints of Hippie Blue #448396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 19.48%
G = 37.54%
B = 42.98%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#448396 (or 0x448396) is known color: Hippie Blue. HEX triplet: 44, 83 and 96. RGB value is (68,131,150). Sum of RGB (Red+Green+Blue) = 68+131+150=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #448396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448396 is #BB7C69. Grayscale: #727272. Windows color (decimal): -12287082 or 9864004. OLE color: 9864004.

HSL color Cylindrical-coordinate representation of color #448396: hue angle of 193.9º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448396 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 131 150 -
CMYK 0.55 0.13 0 0.41
HSL 193.9º 0.38% 0.43% -
HSV(B) 193.9º 0.55% 0.59% -
XYZ 16.01 19.66 31.81 -
YUV 114.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 68 131 150 0.55 0.13 0 0.41 193.9 0.38 0.43
Hex 44 83 96 37 D 0 29 C2 26 2B
Octal 104 203 226 67 15 0 51 302 46 53
Binary 1000100 10000011 10010110 110111 1101 0 101001 11000010 100110 101011

Color Harmonies of #448396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448396

Black with #448396

Text Example


Text Example

White with #448396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448396; }

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

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

background-color css

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

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

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

border-color css

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

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

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