#418D9B

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

Shades of Hippie Blue #418D9B

Tints of Hippie Blue #418D9B

Color information

#418D9B (or 0x418D9B) is unknown color: approx Hippie Blue. HEX triplet: 41, 8D and 9B. RGB value is (65,141,155). Sum of RGB (Red+Green+Blue) = 65+141+155=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #418D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418D9B is #BE7264. Grayscale: #777777. Windows color (decimal): -12481125 or 10194241. OLE color: 10194241.

HSL color Cylindrical-coordinate representation of color #418D9B: hue angle of 189.33º 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 #418D9B is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65141155-
CMYK0.580.0900.39
HSL189.33º40.91%43.14%-
HSV(B)189.33º58.06%60.78%-
XYZ17.6222.5434.43-
YUV119.87147.8288.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=18.01%
G=39.06%
B=42.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651411550.580.0900.39189.3340.9143.14
Hex418D9B3A9027bd292b
Octal10121523372110472755153
Binary100000110001101100110111110101001010011110111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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