#418592

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

Shades of Hippie Blue #418592

Tints of Hippie Blue #418592

Color information

#418592 (or 0x418592) is unknown color: approx Hippie Blue. HEX triplet: 41, 85 and 92. RGB value is (65,133,146). Sum of RGB (Red+Green+Blue) = 65+133+146=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #418592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418592 is #BE7A6D. Grayscale: #727272. Windows color (decimal): -12483182 or 9602369. OLE color: 9602369.

HSL color Cylindrical-coordinate representation of color #418592: hue angle of 189.63º 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 #418592 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65133146-
CMYK0.550.0900.43
HSL189.63º38.39%41.37%-
HSV(B)189.63º55.48%57.25%-
XYZ15.7619.9730.22-
YUV114.15145.9792.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=18.90%
G=38.66%
B=42.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651331460.550.0900.43189.6338.3941.37
Hex41859237902Bbe2629
Octal10120522267110532764651
Binary100000110000101100100101101111001010101110111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418592; }

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

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

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

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

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

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

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

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