Html Css Color HEX #407985 Jelly Bean

📋 copy color: '#407985'

red 64 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #407985

Tints of Jelly Bean #407985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 20.13%
G = 38.05%
B = 41.82%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#407985 (or 0x407985) is known color: Jelly Bean. HEX triplet: 40, 79 and 85. RGB value is (64,121,133). Sum of RGB (Red+Green+Blue) = 64+121+133=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #407985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407985 is #BF867A. Grayscale: #696969. Windows color (decimal): -12551803 or 8747328. OLE color: 8747328.

HSL color Cylindrical-coordinate representation of color #407985: hue angle of 190.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407985 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 121 133 -
CMYK 0.52 0.09 0 0.48
HSL 190.43º 0.35% 0.39% -
HSV(B) 190.43º 0.52% 0.52% -
XYZ 13.19 16.46 24.67 -
YUV 105.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 64 121 133 0.52 0.09 0 0.48 190.43 0.35 0.39
Hex 40 79 85 34 9 0 30 BE 23 27
Octal 100 171 205 64 11 0 60 276 43 47
Binary 1000000 1111001 10000101 110100 1001 0 110000 10111110 100011 100111

Color Harmonies of #407985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407985

Black with #407985

Text Example


Text Example

White with #407985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407985; }

 p { color: rgb(64,121,133); }

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

background-color css

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

 a { background-color: rgb(64,121,133); }

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

border-color css

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

 span { border-color: rgb(64,121,133); }

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