Html Css Color HEX #40859E Hippie Blue

📋 copy color: '#40859E'

red 64 ◦ green 133 ◦ blue 158

#40859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #40859E

Tints of Hippie Blue #40859E

RGB

 RED value IS 64 (25.39% from 255) = 18.03%

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 18.03%
G = 37.46%
B = 44.51%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40859E (or 0x40859E) is known color: Hippie Blue. HEX triplet: 40, 85 and 9E. RGB value is (64,133,158). Sum of RGB (Red+Green+Blue) = 64+133+158=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #40859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40859E is #BF7A61. Grayscale: #737373. Windows color (decimal): -12548706 or 10388800. OLE color: 10388800.

HSL color Cylindrical-coordinate representation of color #40859E: hue angle of 195.96º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40859E is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 133 158 -
CMYK 0.59 0.16 0 0.38
HSL 195.96º 0.42% 0.44% -
HSV(B) 195.96º 0.59% 0.62% -
XYZ 16.67 20.33 35.39 -
YUV 115.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 64 133 158 0.59 0.16 0 0.38 195.96 0.42 0.44
Hex 40 85 9E 3B 10 0 26 C4 2A 2C
Octal 100 205 236 73 20 0 46 304 52 54
Binary 1000000 10000101 10011110 111011 10000 0 100110 11000100 101010 101100

Color Harmonies of #40859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40859E

Black with #40859E

Text Example


Text Example

White with #40859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40859E; }

 p { color: rgb(64,133,158); }

 H1.HeaderClassName
 {
   color: #40859E;
 }
 .AnyTagClassName
 {
   color: #40859E;
 }
</style>

background-color css

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

 a { background-color: rgb(64,133,158); }

 div.DivClassName
 {
   background-color: #40859E;
 }
 .BgClassName
 {
   background-color: #40859E;
 }
</style>

border-color css

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

 span { border-color: rgb(64,133,158); }

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