#418A9B

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

Shades of Hippie Blue #418A9B

Tints of Hippie Blue #418A9B

Color information

#418A9B (or 0x418A9B) is unknown color: approx Hippie Blue. HEX triplet: 41, 8A and 9B. RGB value is (65,138,155). Sum of RGB (Red+Green+Blue) = 65+138+155=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #418A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A9B is #BE7564. Grayscale: #757575. Windows color (decimal): -12481893 or 10193473. OLE color: 10193473.

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

Color convert

RGB65138155-
CMYK0.580.1100.39
HSL191.33º40.91%43.14%-
HSV(B)191.33º58.06%60.78%-
XYZ17.1821.6734.29-
YUV118.11148.8290.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=18.16%
G=38.55%
B=43.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651381550.580.1100.39191.3340.9143.14
Hex418A9B3AB027bf292b
Octal10121223372130472775153
Binary100000110001010100110111110101011010011110111111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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