Html Css Color HEX #408193 Jelly Bean

📋 copy color: '#408193'

red 64 ◦ green 129 ◦ blue 147

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

Shades of Jelly Bean #408193

Tints of Jelly Bean #408193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 18.82%
G = 37.94%
B = 43.24%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408193 (or 0x408193) is known color: Jelly Bean. HEX triplet: 40, 81 and 93. RGB value is (64,129,147). Sum of RGB (Red+Green+Blue) = 64+129+147=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #408193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408193 is #BF7E6C. Grayscale: #6F6F6F. Windows color (decimal): -12549741 or 9666880. OLE color: 9666880.

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

Color convert

RGB 64 129 147 -
CMYK 0.56 0.12 0 0.42
HSL 193.01º 0.39% 0.41% -
HSV(B) 193.01º 0.56% 0.58% -
XYZ 15.23 18.9 30.45 -
YUV 111.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 64 129 147 0.56 0.12 0 0.42 193.01 0.39 0.41
Hex 40 81 93 38 C 0 2A C1 27 29
Octal 100 201 223 70 14 0 52 301 47 51
Binary 1000000 10000001 10010011 111000 1100 0 101010 11000001 100111 101001

Color Harmonies of #408193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408193

Black with #408193

Text Example


Text Example

White with #408193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408193; }

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

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

background-color css

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

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

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

border-color css

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

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

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