Html Css Color HEX #408190 Jelly Bean

📋 copy color: '#408190'

red 64 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #408190

Tints of Jelly Bean #408190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 18.99%
G = 38.28%
B = 42.73%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#408190 (or 0x408190) is known color: Jelly Bean. HEX triplet: 40, 81 and 90. RGB value is (64,129,144). Sum of RGB (Red+Green+Blue) = 64+129+144=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #408190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408190 is #BF7E6F. Grayscale: #6F6F6F. Windows color (decimal): -12549744 or 9470272. OLE color: 9470272.

HSL color Cylindrical-coordinate representation of color #408190: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408190 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 129 144 -
CMYK 0.56 0.10 0 0.44
HSL 191.25º 0.38% 0.41% -
HSV(B) 191.25º 0.56% 0.56% -
XYZ 15 18.8 29.22 -
YUV 111.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 64 129 144 0.56 0.10 0 0.44 191.25 0.38 0.41
Hex 40 81 90 38 A 0 2C BF 26 29
Octal 100 201 220 70 12 0 54 277 46 51
Binary 1000000 10000001 10010000 111000 1010 0 101100 10111111 100110 101001

Color Harmonies of #408190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408190

Black with #408190

Text Example


Text Example

White with #408190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408190; }

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

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

background-color css

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

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

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

border-color css

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

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

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