Html Css Color HEX #408795 Hippie Blue

📋 copy color: '#408795'

red 64 ◦ green 135 ◦ blue 149

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

Shades of Hippie Blue #408795

Tints of Hippie Blue #408795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 18.39%
G = 38.79%
B = 42.82%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408795 (or 0x408795) is known color: Hippie Blue. HEX triplet: 40, 87 and 95. RGB value is (64,135,149). Sum of RGB (Red+Green+Blue) = 64+135+149=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #408795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408795 is #BF786A. Grayscale: #737373. Windows color (decimal): -12548203 or 9799488. OLE color: 9799488.

HSL color Cylindrical-coordinate representation of color #408795: hue angle of 189.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408795 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 135 149 -
CMYK 0.57 0.09 0 0.42
HSL 189.88º 0.4% 0.42% -
HSV(B) 189.88º 0.57% 0.58% -
XYZ 16.2 20.59 31.55 -
YUV 115.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 64 135 149 0.57 0.09 0 0.42 189.88 0.4 0.42
Hex 40 87 95 39 9 0 2A BE 28 2A
Octal 100 207 225 71 11 0 52 276 50 52
Binary 1000000 10000111 10010101 111001 1001 0 101010 10111110 101000 101010

Color Harmonies of #408795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408795

Black with #408795

Text Example


Text Example

White with #408795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408795; }

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

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

background-color css

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

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

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

border-color css

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

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

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