#418C9E

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

Shades of Hippie Blue #418C9E

Tints of Hippie Blue #418C9E

Color information

#418C9E (or 0x418C9E) is unknown color: approx Hippie Blue. HEX triplet: 41, 8C and 9E. RGB value is (65,140,158). Sum of RGB (Red+Green+Blue) = 65+140+158=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #418C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418C9E is #BE7361. Grayscale: #777777. Windows color (decimal): -12481378 or 10390593. OLE color: 10390593.

HSL color Cylindrical-coordinate representation of color #418C9E: hue angle of 191.61º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418C9E is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65140158-
CMYK0.590.1100.38
HSL191.61º41.7%43.73%-
HSV(B)191.61º58.86%61.96%-
XYZ17.7322.3535.73-
YUV119.63149.6589.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.91%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=17.91%
G=38.57%
B=43.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651401580.590.1100.38191.6141.743.73
Hex418C9E3BB026c02a2c
Octal10121423673130463005254
Binary100000110001100100111101110111011010011011000000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,158); }

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

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

 a { background-color: rgb(65,140,158); }

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

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

 span { border-color: rgb(65,140,158); }

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