#418492

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

Shades of Hippie Blue #418492

Tints of Hippie Blue #418492

Color information

#418492 (or 0x418492) is unknown color: approx Hippie Blue. HEX triplet: 41, 84 and 92. RGB value is (65,132,146). Sum of RGB (Red+Green+Blue) = 65+132+146=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #418492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418492 is #BE7B6D. Grayscale: #717171. Windows color (decimal): -12483438 or 9602113. OLE color: 9602113.

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

Color convert

RGB65132146-
CMYK0.550.1000.43
HSL190.37º38.39%41.37%-
HSV(B)190.37º55.48%57.25%-
XYZ15.6219.730.17-
YUV113.56146.393.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=18.95%
G=38.48%
B=42.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651321460.550.1000.43190.3738.3941.37
Hex41849237A02Bbe2629
Octal10120422267120532764651
Binary100000110000100100100101101111010010101110111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418492; }

 p { color: rgb(65,132,146); }

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

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

 a { background-color: rgb(65,132,146); }

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

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

 span { border-color: rgb(65,132,146); }

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