Html Css Color HEX #408698 Hippie Blue

📋 copy color: '#408698'

red 64 ◦ green 134 ◦ blue 152

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

Shades of Hippie Blue #408698

Tints of Hippie Blue #408698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 18.29%
G = 38.29%
B = 43.43%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408698 (or 0x408698) is known color: Hippie Blue. HEX triplet: 40, 86 and 98. RGB value is (64,134,152). Sum of RGB (Red+Green+Blue) = 64+134+152=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #408698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408698 is #BF7967. Grayscale: #727272. Windows color (decimal): -12548456 or 9995840. OLE color: 9995840.

HSL color Cylindrical-coordinate representation of color #408698: hue angle of 192.27º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408698 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 134 152 -
CMYK 0.58 0.12 0 0.40
HSL 192.27º 0.41% 0.42% -
HSV(B) 192.27º 0.58% 0.6% -
XYZ 16.31 20.41 32.79 -
YUV 115.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 64 134 152 0.58 0.12 0 0.40 192.27 0.41 0.42
Hex 40 86 98 3A C 0 28 C0 29 2A
Octal 100 206 230 72 14 0 50 300 51 52
Binary 1000000 10000110 10011000 111010 1100 0 101000 11000000 101001 101010

Color Harmonies of #408698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408698

Black with #408698

Text Example


Text Example

White with #408698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408698; }

 p { color: rgb(64,134,152); }

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

background-color css

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

 a { background-color: rgb(64,134,152); }

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

border-color css

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

 span { border-color: rgb(64,134,152); }

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