#418796

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

Shades of Hippie Blue #418796

Tints of Hippie Blue #418796

Color information

#418796 (or 0x418796) is unknown color: approx Hippie Blue. HEX triplet: 41, 87 and 96. RGB value is (65,135,150). Sum of RGB (Red+Green+Blue) = 65+135+150=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #418796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418796 is #BE7869. Grayscale: #737373. Windows color (decimal): -12482666 or 9865025. OLE color: 9865025.

HSL color Cylindrical-coordinate representation of color #418796: hue angle of 190.59º 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 #418796 is Cyan = 0.57, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB65135150-
CMYK0.570.100.41
HSL190.59º39.53%42.16%-
HSV(B)190.59º56.67%58.82%-
XYZ16.3520.6531.98-
YUV115.78147.3191.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=18.57%
G=38.57%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651351500.570.100.41190.5939.5342.16
Hex41879639A029bf282a
Octal10120722671120512775052
Binary100000110000111100101101110011010010100110111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418796; }

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

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

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

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

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

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

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

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