Html Css Color HEX #467F90 Jelly Bean

📋 copy color: '#467F90'

red 70 ◦ green 127 ◦ blue 144

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

Shades of Jelly Bean #467F90

Tints of Jelly Bean #467F90

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

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

R = 20.53%
G = 37.24%
B = 42.23%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#467F90 (or 0x467F90) is known color: Jelly Bean. HEX triplet: 46, 7F and 90. RGB value is (70,127,144). Sum of RGB (Red+Green+Blue) = 70+127+144=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #467F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F90 is #B9806F. Grayscale: #6F6F6F. Windows color (decimal): -12157040 or 9469766. OLE color: 9469766.

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

Color convert

RGB 70 127 144 -
CMYK 0.51 0.12 0 0.44
HSL 193.78º 0.35% 0.42% -
HSV(B) 193.78º 0.51% 0.56% -
XYZ 15.15 18.49 29.16 -
YUV 111.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 70 127 144 0.51 0.12 0 0.44 193.78 0.35 0.42
Hex 46 7F 90 33 C 0 2C C2 23 2A
Octal 106 177 220 63 14 0 54 302 43 52
Binary 1000110 1111111 10010000 110011 1100 0 101100 11000010 100011 101010

Color Harmonies of #467F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F90

Black with #467F90

Text Example


Text Example

White with #467F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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