Html Css Color HEX #40769B Jelly Bean

📋 copy color: '#40769B'

red 64 ◦ green 118 ◦ blue 155

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

Shades of Jelly Bean #40769B

Tints of Jelly Bean #40769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 18.99%
G = 35.01%
B = 45.99%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40769B (or 0x40769B) is known color: Jelly Bean. HEX triplet: 40, 76 and 9B. RGB value is (64,118,155). Sum of RGB (Red+Green+Blue) = 64+118+155=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #40769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40769B is #BF8964. Grayscale: #696969. Windows color (decimal): -12552549 or 10188352. OLE color: 10188352.

HSL color Cylindrical-coordinate representation of color #40769B: hue angle of 204.4º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40769B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 118 155 -
CMYK 0.59 0.24 0 0.39
HSL 204.4º 0.42% 0.43% -
HSV(B) 204.4º 0.59% 0.61% -
XYZ 14.51 16.41 33.41 -
YUV 106.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 64 118 155 0.59 0.24 0 0.39 204.4 0.42 0.43
Hex 40 76 9B 3B 18 0 27 CC 2A 2B
Octal 100 166 233 73 30 0 47 314 52 53
Binary 1000000 1110110 10011011 111011 11000 0 100111 11001100 101010 101011

Color Harmonies of #40769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40769B

Black with #40769B

Text Example


Text Example

White with #40769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40769B; }

 p { color: rgb(64,118,155); }

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

background-color css

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

 a { background-color: rgb(64,118,155); }

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

border-color css

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

 span { border-color: rgb(64,118,155); }

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