Html Css Color HEX #467985 Jelly Bean

📋 copy color: '#467985'

red 70 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #467985

Tints of Jelly Bean #467985

RGB

 RED value IS 70 (27.73% from 255) = 21.6%

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

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

R = 21.6%
G = 37.35%
B = 41.05%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467985 (or 0x467985) is known color: Jelly Bean. HEX triplet: 46, 79 and 85. RGB value is (70,121,133). Sum of RGB (Red+Green+Blue) = 70+121+133=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #467985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467985 is #B9867A. Grayscale: #6B6B6B. Windows color (decimal): -12158587 or 8747334. OLE color: 8747334.

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

Color convert

RGB 70 121 133 -
CMYK 0.47 0.09 0 0.48
HSL 191.43º 0.31% 0.4% -
HSV(B) 191.43º 0.47% 0.52% -
XYZ 13.6 16.67 24.69 -
YUV 107.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 70 121 133 0.47 0.09 0 0.48 191.43 0.31 0.4
Hex 46 79 85 2F 9 0 30 BF 1F 28
Octal 106 171 205 57 11 0 60 277 37 50
Binary 1000110 1111001 10000101 101111 1001 0 110000 10111111 11111 101000

Color Harmonies of #467985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467985

Black with #467985

Text Example


Text Example

White with #467985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467985; }

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

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

background-color css

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

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

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

border-color css

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

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

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