Html Css Color HEX #447D9F Hippie Blue

📋 copy color: '#447D9F'

red 68 ◦ green 125 ◦ blue 159

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

Shades of Hippie Blue #447D9F

Tints of Hippie Blue #447D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 19.32%
G = 35.51%
B = 45.17%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#447D9F (or 0x447D9F) is known color: Hippie Blue. HEX triplet: 44, 7D and 9F. RGB value is (68,125,159). Sum of RGB (Red+Green+Blue) = 68+125+159=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #447D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D9F is #BB8260. Grayscale: #6F6F6F. Windows color (decimal): -12288609 or 10452292. OLE color: 10452292.

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

Color convert

RGB 68 125 159 -
CMYK 0.57 0.21 0 0.38
HSL 202.42º 0.4% 0.45% -
HSV(B) 202.42º 0.57% 0.62% -
XYZ 15.98 18.4 35.51 -
YUV 111.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 68 125 159 0.57 0.21 0 0.38 202.42 0.4 0.45
Hex 44 7D 9F 39 15 0 26 CA 28 2D
Octal 104 175 237 71 25 0 46 312 50 55
Binary 1000100 1111101 10011111 111001 10101 0 100110 11001010 101000 101101

Color Harmonies of #447D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D9F

Black with #447D9F

Text Example


Text Example

White with #447D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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