#418D9C

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

Shades of Hippie Blue #418D9C

Tints of Hippie Blue #418D9C

Color information

#418D9C (or 0x418D9C) is unknown color: approx Hippie Blue. HEX triplet: 41, 8D and 9C. RGB value is (65,141,156). Sum of RGB (Red+Green+Blue) = 65+141+156=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #418D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418D9C is #BE7263. Grayscale: #777777. Windows color (decimal): -12481124 or 10259777. OLE color: 10259777.

HSL color Cylindrical-coordinate representation of color #418D9C: hue angle of 189.89º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #418D9C is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65141156-
CMYK0.580.1000.39
HSL189.89º41.18%43.33%-
HSV(B)189.89º58.33%61.18%-
XYZ17.7122.5734.88-
YUV119.99148.3288.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.96%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=17.96%
G=38.95%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651411560.580.1000.39189.8941.1843.33
Hex418D9C3AA027be292b
Octal10121523472120472765153
Binary100000110001101100111001110101010010011110111110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418D9C; }

 p { color: rgb(65,141,156); }

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

<style>
 a { background-color: #418D9C; }

 a { background-color: rgb(65,141,156); }

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

<style>
 span { border-color: #418D9C; }

 span { border-color: rgb(65,141,156); }

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