Html Css Color HEX #447F9C Hippie Blue

📋 copy color: '#447F9C'

red 68 ◦ green 127 ◦ blue 156

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

Shades of Hippie Blue #447F9C

Tints of Hippie Blue #447F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 19.37%
G = 36.18%
B = 44.44%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#447F9C (or 0x447F9C) is known color: Hippie Blue. HEX triplet: 44, 7F and 9C. RGB value is (68,127,156). Sum of RGB (Red+Green+Blue) = 68+127+156=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #447F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F9C is #BB8063. Grayscale: #707070. Windows color (decimal): -12288100 or 10256196. OLE color: 10256196.

HSL color Cylindrical-coordinate representation of color #447F9C: hue angle of 199.77º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #447F9C is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 127 156 -
CMYK 0.56 0.19 0 0.39
HSL 199.77º 0.39% 0.44% -
HSV(B) 199.77º 0.56% 0.61% -
XYZ 15.97 18.81 34.24 -
YUV 112.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 68 127 156 0.56 0.19 0 0.39 199.77 0.39 0.44
Hex 44 7F 9C 38 13 0 27 C8 27 2C
Octal 104 177 234 70 23 0 47 310 47 54
Binary 1000100 1111111 10011100 111000 10011 0 100111 11001000 100111 101100

Color Harmonies of #447F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F9C

Black with #447F9C

Text Example


Text Example

White with #447F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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