Html Css Color HEX #448791 Hippie Blue

📋 copy color: '#448791'

red 68 ◦ green 135 ◦ blue 145

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

Shades of Hippie Blue #448791

Tints of Hippie Blue #448791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

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

R = 19.54%
G = 38.79%
B = 41.67%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#448791 (or 0x448791) is known color: Hippie Blue. HEX triplet: 44, 87 and 91. RGB value is (68,135,145). Sum of RGB (Red+Green+Blue) = 68+135+145=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #448791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448791 is #BB786E. Grayscale: #737373. Windows color (decimal): -12286063 or 9537348. OLE color: 9537348.

HSL color Cylindrical-coordinate representation of color #448791: hue angle of 187.79º 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 #448791 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 135 145 -
CMYK 0.53 0.07 0 0.43
HSL 187.79º 0.36% 0.42% -
HSV(B) 187.79º 0.53% 0.57% -
XYZ 16.16 20.6 29.91 -
YUV 116.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 68 135 145 0.53 0.07 0 0.43 187.79 0.36 0.42
Hex 44 87 91 35 7 0 2B BC 24 2A
Octal 104 207 221 65 7 0 53 274 44 52
Binary 1000100 10000111 10010001 110101 111 0 101011 10111100 100100 101010

Color Harmonies of #448791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448791

Black with #448791

Text Example


Text Example

White with #448791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448791; }

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

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

background-color css

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

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

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

border-color css

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

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

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