#418699

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

Shades of Hippie Blue #418699

Tints of Hippie Blue #418699

Color information

#418699 (or 0x418699) is unknown color: approx Hippie Blue. HEX triplet: 41, 86 and 99. RGB value is (65,134,153). Sum of RGB (Red+Green+Blue) = 65+134+153=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #418699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418699 is #BE7966. Grayscale: #737373. Windows color (decimal): -12482919 or 10061377. OLE color: 10061377.

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

Color convert

RGB65134153-
CMYK0.580.1200.4
HSL192.95º40.37%42.75%-
HSV(B)192.95º57.52%60%-
XYZ16.4520.4733.22-
YUV115.54149.1491.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=18.47%
G=38.07%
B=43.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651341530.580.1200.4192.9540.3742.75
Hex4186993AC028c1282b
Octal10120623172140503015053
Binary100000110000110100110011110101100010100011000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418699; }

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

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

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

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

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

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

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

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