Html Css Color HEX #40899D Hippie Blue

📋 copy color: '#40899D'

red 64 ◦ green 137 ◦ blue 157

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

Shades of Hippie Blue #40899D

Tints of Hippie Blue #40899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 17.88%
G = 38.27%
B = 43.85%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40899D (or 0x40899D) is known color: Hippie Blue. HEX triplet: 40, 89 and 9D. RGB value is (64,137,157). Sum of RGB (Red+Green+Blue) = 64+137+157=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #40899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40899D is #BF7662. Grayscale: #757575. Windows color (decimal): -12547683 or 10324288. OLE color: 10324288.

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

Color convert

RGB 64 137 157 -
CMYK 0.59 0.13 0 0.38
HSL 192.9º 0.42% 0.43% -
HSV(B) 192.9º 0.59% 0.62% -
XYZ 17.15 21.42 35.13 -
YUV 117.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 64 137 157 0.59 0.13 0 0.38 192.9 0.42 0.43
Hex 40 89 9D 3B D 0 26 C1 2A 2B
Octal 100 211 235 73 15 0 46 301 52 53
Binary 1000000 10001001 10011101 111011 1101 0 100110 11000001 101010 101011

Color Harmonies of #40899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40899D

Black with #40899D

Text Example


Text Example

White with #40899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40899D; }

 p { color: rgb(64,137,157); }

 H1.HeaderClassName
 {
   color: #40899D;
 }
 .AnyTagClassName
 {
   color: #40899D;
 }
</style>

background-color css

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

 a { background-color: rgb(64,137,157); }

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

border-color css

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

 span { border-color: rgb(64,137,157); }

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