Html Css Color HEX #40809F Hippie Blue

📋 copy color: '#40809F'

red 64 ◦ green 128 ◦ blue 159

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

Shades of Hippie Blue #40809F

Tints of Hippie Blue #40809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 18.23%
G = 36.47%
B = 45.3%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40809F (or 0x40809F) is known color: Hippie Blue. HEX triplet: 40, 80 and 9F. RGB value is (64,128,159). Sum of RGB (Red+Green+Blue) = 64+128+159=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #40809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40809F is #BF7F60. Grayscale: #707070. Windows color (decimal): -12549985 or 10453056. OLE color: 10453056.

HSL color Cylindrical-coordinate representation of color #40809F: hue angle of 199.58º 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 #40809F is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 128 159 -
CMYK 0.60 0.19 0 0.38
HSL 199.58º 0.43% 0.44% -
HSV(B) 199.58º 0.6% 0.62% -
XYZ 16.09 19.03 35.63 -
YUV 112.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 64 128 159 0.60 0.19 0 0.38 199.58 0.43 0.44
Hex 40 80 9F 3C 13 0 26 C8 2B 2C
Octal 100 200 237 74 23 0 46 310 53 54
Binary 1000000 10000000 10011111 111100 10011 0 100110 11001000 101011 101100

Color Harmonies of #40809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40809F

Black with #40809F

Text Example


Text Example

White with #40809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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