Html Css Color HEX #40759A Jelly Bean

📋 copy color: '#40759A'

red 64 ◦ green 117 ◦ blue 154

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

Shades of Jelly Bean #40759A

Tints of Jelly Bean #40759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 19.1%
G = 34.93%
B = 45.97%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40759A (or 0x40759A) is known color: Jelly Bean. HEX triplet: 40, 75 and 9A. RGB value is (64,117,154). Sum of RGB (Red+Green+Blue) = 64+117+154=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #40759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40759A is #BF8A65. Grayscale: #696969. Windows color (decimal): -12552806 or 10122560. OLE color: 10122560.

HSL color Cylindrical-coordinate representation of color #40759A: hue angle of 204.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40759A is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 117 154 -
CMYK 0.58 0.24 0 0.40
HSL 204.67º 0.41% 0.43% -
HSV(B) 204.67º 0.58% 0.6% -
XYZ 14.31 16.15 32.93 -
YUV 105.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 64 117 154 0.58 0.24 0 0.40 204.67 0.41 0.43
Hex 40 75 9A 3A 18 0 28 CD 29 2B
Octal 100 165 232 72 30 0 50 315 51 53
Binary 1000000 1110101 10011010 111010 11000 0 101000 11001101 101001 101011

Color Harmonies of #40759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40759A

Black with #40759A

Text Example


Text Example

White with #40759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40759A; }

 p { color: rgb(64,117,154); }

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

background-color css

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

 a { background-color: rgb(64,117,154); }

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

border-color css

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

 span { border-color: rgb(64,117,154); }

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