#418A9C

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

Shades of Hippie Blue #418A9C

Tints of Hippie Blue #418A9C

Color information

#418A9C (or 0x418A9C) is unknown color: approx Hippie Blue. HEX triplet: 41, 8A and 9C. RGB value is (65,138,156). Sum of RGB (Red+Green+Blue) = 65+138+156=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #418A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A9C is #BE7563. Grayscale: #767676. Windows color (decimal): -12481892 or 10259009. OLE color: 10259009.

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

Color convert

RGB65138156-
CMYK0.580.1200.39
HSL191.87º41.18%43.33%-
HSV(B)191.87º58.33%61.18%-
XYZ17.2721.734.73-
YUV118.22149.3290.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.11%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=18.11%
G=38.44%
B=43.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651381560.580.1200.39191.8741.1843.33
Hex418A9C3AC027c0292b
Octal10121223472140473005153
Binary100000110001010100111001110101100010011111000000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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