Html Css Color HEX #408593 Hippie Blue

📋 copy color: '#408593'

red 64 ◦ green 133 ◦ blue 147

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

Shades of Hippie Blue #408593

Tints of Hippie Blue #408593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

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

R = 18.6%
G = 38.66%
B = 42.73%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408593 (or 0x408593) is known color: Hippie Blue. HEX triplet: 40, 85 and 93. RGB value is (64,133,147). Sum of RGB (Red+Green+Blue) = 64+133+147=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #408593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408593 is #BF7A6C. Grayscale: #717171. Windows color (decimal): -12548717 or 9667904. OLE color: 9667904.

HSL color Cylindrical-coordinate representation of color #408593: hue angle of 190.12º 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 #408593 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 133 147 -
CMYK 0.56 0.10 0 0.42
HSL 190.12º 0.39% 0.41% -
HSV(B) 190.12º 0.56% 0.58% -
XYZ 15.77 19.97 30.63 -
YUV 113.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 64 133 147 0.56 0.10 0 0.42 190.12 0.39 0.41
Hex 40 85 93 38 A 0 2A BE 27 29
Octal 100 205 223 70 12 0 52 276 47 51
Binary 1000000 10000101 10010011 111000 1010 0 101010 10111110 100111 101001

Color Harmonies of #408593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408593

Black with #408593

Text Example


Text Example

White with #408593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408593; }

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

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

background-color css

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

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

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

border-color css

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

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

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