Html Css Color HEX #467D90 Jelly Bean

📋 copy color: '#467D90'

red 70 ◦ green 125 ◦ blue 144

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

Shades of Jelly Bean #467D90

Tints of Jelly Bean #467D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 20.65%
G = 36.87%
B = 42.48%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#467D90 (or 0x467D90) is known color: Jelly Bean. HEX triplet: 46, 7D and 90. RGB value is (70,125,144). Sum of RGB (Red+Green+Blue) = 70+125+144=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #467D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467D90 is #B9826F. Grayscale: #6E6E6E. Windows color (decimal): -12157552 or 9469254. OLE color: 9469254.

HSL color Cylindrical-coordinate representation of color #467D90: hue angle of 195.41º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467D90 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 125 144 -
CMYK 0.51 0.13 0 0.44
HSL 195.41º 0.35% 0.42% -
HSV(B) 195.41º 0.51% 0.56% -
XYZ 14.89 17.98 29.07 -
YUV 110.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 70 125 144 0.51 0.13 0 0.44 195.41 0.35 0.42
Hex 46 7D 90 33 D 0 2C C3 23 2A
Octal 106 175 220 63 15 0 54 303 43 52
Binary 1000110 1111101 10010000 110011 1101 0 101100 11000011 100011 101010

Color Harmonies of #467D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D90

Black with #467D90

Text Example


Text Example

White with #467D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,144); }

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

background-color css

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

 a { background-color: rgb(70,125,144); }

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

border-color css

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

 span { border-color: rgb(70,125,144); }

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