Html Css Color HEX #408393 Hippie Blue

📋 copy color: '#408393'

red 64 ◦ green 131 ◦ blue 147

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

Shades of Hippie Blue #408393

Tints of Hippie Blue #408393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.3%

 BLUE value IS 147 (57.81% from 255) = 42.98%

R = 18.71%
G = 38.3%
B = 42.98%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408393 (or 0x408393) is known color: Hippie Blue. HEX triplet: 40, 83 and 93. RGB value is (64,131,147). Sum of RGB (Red+Green+Blue) = 64+131+147=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #408393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408393 is #BF7C6C. Grayscale: #707070. Windows color (decimal): -12549229 or 9667392. OLE color: 9667392.

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

Color convert

RGB 64 131 147 -
CMYK 0.56 0.11 0 0.42
HSL 191.57º 0.39% 0.41% -
HSV(B) 191.57º 0.56% 0.58% -
XYZ 15.5 19.43 30.54 -
YUV 112.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 64 131 147 0.56 0.11 0 0.42 191.57 0.39 0.41
Hex 40 83 93 38 B 0 2A C0 27 29
Octal 100 203 223 70 13 0 52 300 47 51
Binary 1000000 10000011 10010011 111000 1011 0 101010 11000000 100111 101001

Color Harmonies of #408393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408393

Black with #408393

Text Example


Text Example

White with #408393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408393; }

 p { color: rgb(64,131,147); }

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

background-color css

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

 a { background-color: rgb(64,131,147); }

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

border-color css

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

 span { border-color: rgb(64,131,147); }

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