#418396

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

Shades of Hippie Blue #418396

Tints of Hippie Blue #418396

Color information

#418396 (or 0x418396) is unknown color: approx Hippie Blue. HEX triplet: 41, 83 and 96. RGB value is (65,131,150). Sum of RGB (Red+Green+Blue) = 65+131+150=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #418396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418396 is #BE7C69. Grayscale: #717171. Windows color (decimal): -12483690 or 9864001. OLE color: 9864001.

HSL color Cylindrical-coordinate representation of color #418396: hue angle of 193.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418396 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB65131150-
CMYK0.570.1300.41
HSL193.41º39.53%42.16%-
HSV(B)193.41º56.67%58.82%-
XYZ15.819.5631.8-
YUV113.43148.6393.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=18.79%
G=37.86%
B=43.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651311500.570.1300.41193.4139.5342.16
Hex41839639D029c1282a
Octal10120322671150513015052
Binary100000110000011100101101110011101010100111000001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418396; }

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

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

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

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

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

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

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

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