Html Css Color HEX #40859F Hippie Blue

📋 copy color: '#40859F'

red 64 ◦ green 133 ◦ blue 159

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

Shades of Hippie Blue #40859F

Tints of Hippie Blue #40859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 17.98%
G = 37.36%
B = 44.66%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40859F (or 0x40859F) is known color: Hippie Blue. HEX triplet: 40, 85 and 9F. RGB value is (64,133,159). Sum of RGB (Red+Green+Blue) = 64+133+159=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #40859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40859F is #BF7A60. Grayscale: #737373. Windows color (decimal): -12548705 or 10454336. OLE color: 10454336.

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

Color convert

RGB 64 133 159 -
CMYK 0.60 0.16 0 0.38
HSL 196.42º 0.43% 0.44% -
HSV(B) 196.42º 0.6% 0.62% -
XYZ 16.76 20.37 35.85 -
YUV 115.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 64 133 159 0.60 0.16 0 0.38 196.42 0.43 0.44
Hex 40 85 9F 3C 10 0 26 C4 2B 2C
Octal 100 205 237 74 20 0 46 304 53 54
Binary 1000000 10000101 10011111 111100 10000 0 100110 11000100 101011 101100

Color Harmonies of #40859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40859F

Black with #40859F

Text Example


Text Example

White with #40859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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