#40819A

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

Shades of Hippie Blue #40819A

Tints of Hippie Blue #40819A

Color information

#40819A (or 0x40819A) is unknown color: approx Hippie Blue. HEX triplet: 40, 81 and 9A. RGB value is (64,129,154). Sum of RGB (Red+Green+Blue) = 64+129+154=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #40819A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40819A is #BF7E65. Grayscale: #707070. Windows color (decimal): -12549734 or 10125632. OLE color: 10125632.

HSL color Cylindrical-coordinate representation of color #40819A: hue angle of 196.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40819A is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB64129154-
CMYK0.580.1600.40
HSL196.67º41.28%42.75%-
HSV(B)196.67º58.44%60.39%-
XYZ15.819.1233.43-
YUV112.42151.4793.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=18.44%
G=37.18%
B=44.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641291540.580.1600.40196.6741.2842.75
Hex40819A3A10028c5292b
Octal10020123272200503055153
Binary1000000100000011001101011101010000010100011000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40819A; }

 p { color: rgb(64,129,154); }

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

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

 a { background-color: rgb(64,129,154); }

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

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

 span { border-color: rgb(64,129,154); }

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