Html Css Color HEX #44859F Hippie Blue

📋 copy color: '#44859F'

red 68 ◦ green 133 ◦ blue 159

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

Shades of Hippie Blue #44859F

Tints of Hippie Blue #44859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 18.89%
G = 36.94%
B = 44.17%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44859F (or 0x44859F) is known color: Hippie Blue. HEX triplet: 44, 85 and 9F. RGB value is (68,133,159). Sum of RGB (Red+Green+Blue) = 68+133+159=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #44859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44859F is #BB7A60. Grayscale: #747474. Windows color (decimal): -12286561 or 10454340. OLE color: 10454340.

HSL color Cylindrical-coordinate representation of color #44859F: hue angle of 197.14º 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 #44859F is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 133 159 -
CMYK 0.57 0.16 0 0.38
HSL 197.14º 0.4% 0.45% -
HSV(B) 197.14º 0.57% 0.62% -
XYZ 17.03 20.51 35.86 -
YUV 116.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 68 133 159 0.57 0.16 0 0.38 197.14 0.4 0.45
Hex 44 85 9F 39 10 0 26 C5 28 2D
Octal 104 205 237 71 20 0 46 305 50 55
Binary 1000100 10000101 10011111 111001 10000 0 100110 11000101 101000 101101

Color Harmonies of #44859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44859F

Black with #44859F

Text Example


Text Example

White with #44859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44859F; }

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

 H1.HeaderClassName
 {
   color: #44859F;
 }
 .AnyTagClassName
 {
   color: #44859F;
 }
</style>

background-color css

<style>
 a { background-color: #44859F; }

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

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

border-color css

<style>
 span { border-color: #44859F; }

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

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