Html Css Color HEX #408293 Jelly Bean

📋 copy color: '#408293'

red 64 ◦ green 130 ◦ blue 147

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

Shades of Jelly Bean #408293

Tints of Jelly Bean #408293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 18.77%
G = 38.12%
B = 43.11%

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

#408293 (or 0x408293) is known color: Jelly Bean. HEX triplet: 40, 82 and 93. RGB value is (64,130,147). Sum of RGB (Red+Green+Blue) = 64+130+147=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #408293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408293 is #BF7D6C. Grayscale: #707070. Windows color (decimal): -12549485 or 9667136. OLE color: 9667136.

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

Color convert

RGB 64 130 147 -
CMYK 0.56 0.12 0 0.42
HSL 192.29º 0.39% 0.41% -
HSV(B) 192.29º 0.56% 0.58% -
XYZ 15.36 19.16 30.49 -
YUV 112.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 64 130 147 0.56 0.12 0 0.42 192.29 0.39 0.41
Hex 40 82 93 38 C 0 2A C0 27 29
Octal 100 202 223 70 14 0 52 300 47 51
Binary 1000000 10000010 10010011 111000 1100 0 101010 11000000 100111 101001

Color Harmonies of #408293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408293

Black with #408293

Text Example


Text Example

White with #408293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408293; }

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

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

background-color css

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

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

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

border-color css

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

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

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