Html Css Color HEX #467C8D Jelly Bean

📋 copy color: '#467C8D'

red 70 ◦ green 124 ◦ blue 141

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

Shades of Jelly Bean #467C8D

Tints of Jelly Bean #467C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 20.9%
G = 37.01%
B = 42.09%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#467C8D (or 0x467C8D) is known color: Jelly Bean. HEX triplet: 46, 7C and 8D. RGB value is (70,124,141). Sum of RGB (Red+Green+Blue) = 70+124+141=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #467C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C8D is #B98372. Grayscale: #6D6D6D. Windows color (decimal): -12157811 or 9272390. OLE color: 9272390.

HSL color Cylindrical-coordinate representation of color #467C8D: hue angle of 194.37º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467C8D is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 124 141 -
CMYK 0.50 0.12 0 0.45
HSL 194.37º 0.34% 0.41% -
HSV(B) 194.37º 0.5% 0.55% -
XYZ 14.54 17.64 27.84 -
YUV 109.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 70 124 141 0.50 0.12 0 0.45 194.37 0.34 0.41
Hex 46 7C 8D 32 C 0 2D C2 22 29
Octal 106 174 215 62 14 0 55 302 42 51
Binary 1000110 1111100 10001101 110010 1100 0 101101 11000010 100010 101001

Color Harmonies of #467C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C8D

Black with #467C8D

Text Example


Text Example

White with #467C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467C8D; }

 p { color: rgb(70,124,141); }

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

background-color css

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

 a { background-color: rgb(70,124,141); }

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

border-color css

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

 span { border-color: rgb(70,124,141); }

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