#44929C

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

Shades of Hippie Blue #44929C

Tints of Hippie Blue #44929C

Color information

#44929C (or 0x44929C) is unknown color: approx Hippie Blue. HEX triplet: 44, 92 and 9C. RGB value is (68,146,156). Sum of RGB (Red+Green+Blue) = 68+146+156=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #44929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44929C is #BB6D63. Grayscale: #7B7B7B. Windows color (decimal): -12283236 or 10261060. OLE color: 10261060.

HSL color Cylindrical-coordinate representation of color #44929C: hue angle of 186.82º 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 #44929C is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68146156-
CMYK0.560.0600.39
HSL186.82º39.29%43.92%-
HSV(B)186.82º56.41%61.18%-
XYZ18.6624.1935.14-
YUV123.82146.1688.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=18.38%
G=39.46%
B=42.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681461560.560.0600.39186.8239.2943.92
Hex44929C386027bb272c
Octal1042222347060472734754
Binary10001001001001010011100111000110010011110111011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44929C; }

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

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

<style>
 a { background-color: #44929C; }

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

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

<style>
 span { border-color: #44929C; }

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

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