#418391

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

Shades of Hippie Blue #418391

Tints of Hippie Blue #418391

Color information

#418391 (or 0x418391) is unknown color: approx Hippie Blue. HEX triplet: 41, 83 and 91. RGB value is (65,131,145). Sum of RGB (Red+Green+Blue) = 65+131+145=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #418391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418391 is #BE7C6E. Grayscale: #707070. Windows color (decimal): -12483695 or 9536321. OLE color: 9536321.

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

Color convert

RGB65131145-
CMYK0.550.1000.43
HSL190.5º38.1%41.18%-
HSV(B)190.5º55.17%56.86%-
XYZ15.4119.429.72-
YUV112.86146.1393.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=19.06%
G=38.42%
B=42.52%

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
Decimal651311450.550.1000.43190.538.141.18
Hex41839137A02Bbe2629
Octal10120322167120532764651
Binary100000110000011100100011101111010010101110111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418391; }

 p { color: rgb(65,131,145); }

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

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

 a { background-color: rgb(65,131,145); }

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

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

 span { border-color: rgb(65,131,145); }

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