Html Css Color HEX #448799 Hippie Blue

📋 copy color: '#448799'

red 68 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #448799

Tints of Hippie Blue #448799

RGB

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

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

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

R = 19.1%
G = 37.92%
B = 42.98%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#448799 (or 0x448799) is known color: Hippie Blue. HEX triplet: 44, 87 and 99. RGB value is (68,135,153). Sum of RGB (Red+Green+Blue) = 68+135+153=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #448799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448799 is #BB7866. Grayscale: #747474. Windows color (decimal): -12286055 or 10061636. OLE color: 10061636.

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

Color convert

RGB 68 135 153 -
CMYK 0.56 0.12 0 0.4
HSL 192.71º 0.38% 0.43% -
HSV(B) 192.71º 0.56% 0.6% -
XYZ 16.8 20.86 33.28 -
YUV 117.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 68 135 153 0.56 0.12 0 0.4 192.71 0.38 0.43
Hex 44 87 99 38 C 0 28 C1 26 2B
Octal 104 207 231 70 14 0 50 301 46 53
Binary 1000100 10000111 10011001 111000 1100 0 101000 11000001 100110 101011

Color Harmonies of #448799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448799

Black with #448799

Text Example


Text Example

White with #448799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448799; }

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

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

background-color css

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

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

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

border-color css

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

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

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