#447DA0

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

Shades of Hippie Blue #447DA0

Tints of Hippie Blue #447DA0

Color information

#447DA0 (or 0x447DA0) is unknown color: approx Hippie Blue. HEX triplet: 44, 7D and A0. RGB value is (68,125,160). Sum of RGB (Red+Green+Blue) = 68+125+160=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #447DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447DA0 is #BB825F. Grayscale: #6F6F6F. Windows color (decimal): -12288608 or 10517828. OLE color: 10517828.

HSL color Cylindrical-coordinate representation of color #447DA0: hue angle of 202.83º 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 #447DA0 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB68125160-
CMYK0.570.2200.37
HSL202.83º40.35%44.71%-
HSV(B)202.83º57.5%62.75%-
XYZ16.0618.4335.97-
YUV111.95155.1296.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=19.26%
G=35.41%
B=45.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681251600.570.2200.37202.8340.3544.71
Hex447DA03916025cb282d
Octal10417524071260453135055
Binary100010011111011010000011100110110010010111001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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