Html Css Color HEX #408498 Hippie Blue

📋 copy color: '#408498'

red 64 ◦ green 132 ◦ blue 152

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

Shades of Hippie Blue #408498

Tints of Hippie Blue #408498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 18.39%
G = 37.93%
B = 43.68%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408498 (or 0x408498) is known color: Hippie Blue. HEX triplet: 40, 84 and 98. RGB value is (64,132,152). Sum of RGB (Red+Green+Blue) = 64+132+152=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #408498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408498 is #BF7B67. Grayscale: #717171. Windows color (decimal): -12548968 or 9995328. OLE color: 9995328.

HSL color Cylindrical-coordinate representation of color #408498: hue angle of 193.64º 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 #408498 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 132 152 -
CMYK 0.58 0.13 0 0.40
HSL 193.64º 0.41% 0.42% -
HSV(B) 193.64º 0.58% 0.6% -
XYZ 16.03 19.86 32.69 -
YUV 113.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 64 132 152 0.58 0.13 0 0.40 193.64 0.41 0.42
Hex 40 84 98 3A D 0 28 C2 29 2A
Octal 100 204 230 72 15 0 50 302 51 52
Binary 1000000 10000100 10011000 111010 1101 0 101000 11000010 101001 101010

Color Harmonies of #408498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408498

Black with #408498

Text Example


Text Example

White with #408498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408498; }

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

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

background-color css

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

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

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

border-color css

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

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

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