Html Css Color HEX #467690 Jelly Bean

📋 copy color: '#467690'

red 70 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #467690

Tints of Jelly Bean #467690

RGB

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

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

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

R = 21.08%
G = 35.54%
B = 43.37%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#467690 (or 0x467690) is known color: Jelly Bean. HEX triplet: 46, 76 and 90. RGB value is (70,118,144). Sum of RGB (Red+Green+Blue) = 70+118+144=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #467690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467690 is #B9896F. Grayscale: #6A6A6A. Windows color (decimal): -12159344 or 9467462. OLE color: 9467462.

HSL color Cylindrical-coordinate representation of color #467690: hue angle of 201.08º 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 #467690 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 118 144 -
CMYK 0.51 0.18 0 0.44
HSL 201.08º 0.35% 0.42% -
HSV(B) 201.08º 0.51% 0.56% -
XYZ 14.04 16.27 28.79 -
YUV 106.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 70 118 144 0.51 0.18 0 0.44 201.08 0.35 0.42
Hex 46 76 90 33 12 0 2C C9 23 2A
Octal 106 166 220 63 22 0 54 311 43 52
Binary 1000110 1110110 10010000 110011 10010 0 101100 11001001 100011 101010

Color Harmonies of #467690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467690

Black with #467690

Text Example


Text Example

White with #467690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467690; }

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

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

background-color css

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

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

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

border-color css

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

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

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