#418698

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

Shades of Hippie Blue #418698

Tints of Hippie Blue #418698

Color information

#418698 (or 0x418698) is unknown color: approx Hippie Blue. HEX triplet: 41, 86 and 98. RGB value is (65,134,152). Sum of RGB (Red+Green+Blue) = 65+134+152=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #418698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418698 is #BE7967. Grayscale: #737373. Windows color (decimal): -12482920 or 9995841. OLE color: 9995841.

HSL color Cylindrical-coordinate representation of color #418698: hue angle of 192.41º 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 #418698 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB65134152-
CMYK0.570.1200.40
HSL192.41º40.09%42.55%-
HSV(B)192.41º57.24%59.61%-
XYZ16.3720.4432.79-
YUV115.42148.6492.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 152 (59.77% from 255) = 43.30%
R=18.52%
G=38.18%
B=43.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651341520.570.1200.40192.4140.0942.55
Hex41869839C028c0282b
Octal10120623071140503005053
Binary100000110000110100110001110011100010100011000000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418698; }

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

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

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

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

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

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

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

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