Html Css Color HEX #40879F Hippie Blue

📋 copy color: '#40879F'

red 64 ◦ green 135 ◦ blue 159

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

Shades of Hippie Blue #40879F

Tints of Hippie Blue #40879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 17.88%
G = 37.71%
B = 44.41%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40879F (or 0x40879F) is known color: Hippie Blue. HEX triplet: 40, 87 and 9F. RGB value is (64,135,159). Sum of RGB (Red+Green+Blue) = 64+135+159=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #40879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40879F is #BF7860. Grayscale: #747474. Windows color (decimal): -12548193 or 10454848. OLE color: 10454848.

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

Color convert

RGB 64 135 159 -
CMYK 0.60 0.15 0 0.38
HSL 195.16º 0.43% 0.44% -
HSV(B) 195.16º 0.6% 0.62% -
XYZ 17.04 20.92 35.94 -
YUV 116.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 64 135 159 0.60 0.15 0 0.38 195.16 0.43 0.44
Hex 40 87 9F 3C F 0 26 C3 2B 2C
Octal 100 207 237 74 17 0 46 303 53 54
Binary 1000000 10000111 10011111 111100 1111 0 100110 11000011 101011 101100

Color Harmonies of #40879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40879F

Black with #40879F

Text Example


Text Example

White with #40879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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