Html Css Color HEX #447FA0 Hippie Blue

📋 copy color: '#447FA0'

red 68 ◦ green 127 ◦ blue 160

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

Shades of Hippie Blue #447FA0

Tints of Hippie Blue #447FA0

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 value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#447FA0 (or 0x447FA0) is known color: 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

RGB 68 127 160 -
CMYK 0.57 0.21 0 0.37
HSL 201.52º 0.4% 0.45% -
HSV(B) 201.52º 0.58% 0.63% -
XYZ 16.32 18.95 36.05 -
YUV 113.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 68 127 160 0.57 0.21 0 0.37 201.52 0.4 0.45
Hex 44 7F A0 39 15 0 25 CA 28 2D
Octal 104 177 240 71 25 0 45 312 50 55
Binary 1000100 1111111 10100000 111001 10101 0 100101 11001010 101000 101101

Color Harmonies of #447FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FA0

Black with #447FA0

Text Example


Text Example

White with #447FA0

Text Example


Text Example

HTML Codes & Css Web 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>