Html Css Color HEX #408592 Hippie Blue

📋 copy color: '#408592'

red 64 ◦ green 133 ◦ blue 146

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

Shades of Hippie Blue #408592

Tints of Hippie Blue #408592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 18.66%
G = 38.78%
B = 42.57%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408592 (or 0x408592) is known color: Hippie Blue. HEX triplet: 40, 85 and 92. RGB value is (64,133,146). Sum of RGB (Red+Green+Blue) = 64+133+146=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #408592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408592 is #BF7A6D. Grayscale: #717171. Windows color (decimal): -12548718 or 9602368. OLE color: 9602368.

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

Color convert

RGB 64 133 146 -
CMYK 0.56 0.09 0 0.43
HSL 189.51º 0.39% 0.41% -
HSV(B) 189.51º 0.56% 0.57% -
XYZ 15.69 19.94 30.22 -
YUV 113.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 64 133 146 0.56 0.09 0 0.43 189.51 0.39 0.41
Hex 40 85 92 38 9 0 2B BE 27 29
Octal 100 205 222 70 11 0 53 276 47 51
Binary 1000000 10000101 10010010 111000 1001 0 101011 10111110 100111 101001

Color Harmonies of #408592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408592

Black with #408592

Text Example


Text Example

White with #408592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408592; }

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

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

background-color css

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

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

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

border-color css

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

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

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