#418998

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

Shades of Hippie Blue #418998

Tints of Hippie Blue #418998

Color information

#418998 (or 0x418998) is unknown color: approx Hippie Blue. HEX triplet: 41, 89 and 98. RGB value is (65,137,152). Sum of RGB (Red+Green+Blue) = 65+137+152=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #418998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418998 is #BE7667. Grayscale: #757575. Windows color (decimal): -12482152 or 9996609. OLE color: 9996609.

HSL color Cylindrical-coordinate representation of color #418998: hue angle of 190.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418998 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB65137152-
CMYK0.570.1000.40
HSL190.34º40.09%42.55%-
HSV(B)190.34º57.24%59.61%-
XYZ16.7921.2832.93-
YUV117.18147.6590.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=18.36%
G=38.70%
B=42.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651371520.570.1000.40190.3440.0942.55
Hex41899839A028be282b
Octal10121123071120502765053
Binary100000110001001100110001110011010010100010111110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418998; }

 p { color: rgb(65,137,152); }

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

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

 a { background-color: rgb(65,137,152); }

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

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

 span { border-color: rgb(65,137,152); }

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