#418B9D

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

Shades of Hippie Blue #418B9D

Tints of Hippie Blue #418B9D

Color information

#418B9D (or 0x418B9D) is unknown color: approx Hippie Blue. HEX triplet: 41, 8B and 9D. RGB value is (65,139,157). Sum of RGB (Red+Green+Blue) = 65+139+157=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #418B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418B9D is #BE7462. Grayscale: #767676. Windows color (decimal): -12481635 or 10324801. OLE color: 10324801.

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

Color convert

RGB65139157-
CMYK0.590.1100.38
HSL191.74º41.44%43.53%-
HSV(B)191.74º58.6%61.57%-
XYZ17.522.0235.23-
YUV118.93149.4889.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=18.01%
G=38.50%
B=43.49%

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
Decimal651391570.590.1100.38191.7441.4443.53
Hex418B9D3BB026c0292c
Octal10121323573130463005154
Binary100000110001011100111011110111011010011011000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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