#447E9E

Color #447E9E Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #447E9E

Tints of Hippie Blue #447E9E

Color information

#447E9E (or 0x447E9E) is unknown color: approx Hippie Blue. HEX triplet: 44, 7E and 9E. RGB value is (68,126,158). Sum of RGB (Red+Green+Blue) = 68+126+158=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #447E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E9E is #BB8161. Grayscale: #707070. Windows color (decimal): -12288354 or 10387012. OLE color: 10387012.

HSL color Cylindrical-coordinate representation of color #447E9E: hue angle of 201.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #447E9E is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68126158-
CMYK0.570.2000.38
HSL201.33º39.82%44.31%-
HSV(B)201.33º56.96%61.96%-
XYZ16.0218.6235.1-
YUV112.31153.7896.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=19.32%
G=35.80%
B=44.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681261580.570.2000.38201.3339.8244.31
Hex447E9E3914026c9282c
Octal10417623671240463115054
Binary100010011111101001111011100110100010011011001001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447E9E; }

 p { color: rgb(68,126,158); }

 H1.HeaderClassName
 {
   color: #447E9E;
 }
 .AnyTagClassName
 {
   color: #447E9E;
 }
</style>
background-color css

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

 a { background-color: rgb(68,126,158); }

 div.DivClassName
 {
   background-color: #447E9E;
 }
 .BgClassName
 {
   background-color: #447E9E;
 }
</style>
border-color css

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

 span { border-color: rgb(68,126,158); }

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