#418392

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

Shades of Hippie Blue #418392

Tints of Hippie Blue #418392

Color information

#418392 (or 0x418392) is unknown color: approx Hippie Blue. HEX triplet: 41, 83 and 92. RGB value is (65,131,146). Sum of RGB (Red+Green+Blue) = 65+131+146=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #418392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418392 is #BE7C6D. Grayscale: #707070. Windows color (decimal): -12483694 or 9601857. OLE color: 9601857.

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

Color convert

RGB65131146-
CMYK0.550.1000.43
HSL191.11º38.39%41.37%-
HSV(B)191.11º55.48%57.25%-
XYZ15.4819.4330.13-
YUV112.98146.6393.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=19.01%
G=38.30%
B=42.69%

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
Decimal651311460.550.1000.43191.1138.3941.37
Hex41839237A02Bbf2629
Octal10120322267120532774651
Binary100000110000011100100101101111010010101110111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418392; }

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

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

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

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

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

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

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

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