#447FA0

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

Shades of Hippie Blue #447FA0

Tints of Hippie Blue #447FA0

Color information

#447FA0 (or 0x447FA0) is unknown color: approx Hippie Blue. HEX triplet: 44, 7F and A0. RGB value is (68,127,160). Sum of RGB (Red+Green+Blue) = 68+127+160=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #447FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FA0 is #BB805F. Grayscale: #707070. Windows color (decimal): -12288096 or 10518340. OLE color: 10518340.

HSL color Cylindrical-coordinate representation of color #447FA0: hue angle of 201.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #447FA0 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB68127160-
CMYK0.570.2100.37
HSL201.52º40.35%44.71%-
HSV(B)201.52º57.5%62.75%-
XYZ16.3218.9536.05-
YUV113.12154.4595.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=19.15%
G=35.77%
B=45.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681271600.570.2100.37201.5240.3544.71
Hex447FA03915025ca282d
Octal10417724071250453125055
Binary100010011111111010000011100110101010010111001010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,127,160); }

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

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

 a { background-color: rgb(68,127,160); }

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

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

 span { border-color: rgb(68,127,160); }

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