#418B9E

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

Shades of Hippie Blue #418B9E

Tints of Hippie Blue #418B9E

Color information

#418B9E (or 0x418B9E) is unknown color: approx Hippie Blue. HEX triplet: 41, 8B and 9E. RGB value is (65,139,158). Sum of RGB (Red+Green+Blue) = 65+139+158=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #418B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418B9E is #BE7461. Grayscale: #767676. Windows color (decimal): -12481634 or 10390337. OLE color: 10390337.

HSL color Cylindrical-coordinate representation of color #418B9E: hue angle of 192.26º 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 #418B9E is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65139158-
CMYK0.590.1200.38
HSL192.26º41.7%43.73%-
HSV(B)192.26º58.86%61.96%-
XYZ17.5822.0635.68-
YUV119.04149.9889.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.96%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=17.96%
G=38.40%
B=43.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651391580.590.1200.38192.2641.743.73
Hex418B9E3BC026c02a2c
Octal10121323673140463005254
Binary100000110001011100111101110111100010011011000000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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