Html Css Color HEX #448590 Hippie Blue

📋 copy color: '#448590'

red 68 ◦ green 133 ◦ blue 144

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

Shades of Hippie Blue #448590

Tints of Hippie Blue #448590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

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

R = 19.71%
G = 38.55%
B = 41.74%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448590 (or 0x448590) is known color: Hippie Blue. HEX triplet: 44, 85 and 90. RGB value is (68,133,144). Sum of RGB (Red+Green+Blue) = 68+133+144=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #448590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448590 is #BB7A6F. Grayscale: #727272. Windows color (decimal): -12286576 or 9471300. OLE color: 9471300.

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

Color convert

RGB 68 133 144 -
CMYK 0.53 0.08 0 0.44
HSL 188.68º 0.36% 0.42% -
HSV(B) 188.68º 0.53% 0.56% -
XYZ 15.81 20.02 29.42 -
YUV 114.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 68 133 144 0.53 0.08 0 0.44 188.68 0.36 0.42
Hex 44 85 90 35 8 0 2C BD 24 2A
Octal 104 205 220 65 10 0 54 275 44 52
Binary 1000100 10000101 10010000 110101 1000 0 101100 10111101 100100 101010

Color Harmonies of #448590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448590

Black with #448590

Text Example


Text Example

White with #448590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448590; }

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

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

background-color css

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

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

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

border-color css

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

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

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