Html Css Color HEX #467E9A Jelly Bean

📋 copy color: '#467E9A'

red 70 ◦ green 126 ◦ blue 154

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

Shades of Jelly Bean #467E9A

Tints of Jelly Bean #467E9A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 20%
G = 36%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#467E9A (or 0x467E9A) is known color: Jelly Bean. HEX triplet: 46, 7E and 9A. RGB value is (70,126,154). Sum of RGB (Red+Green+Blue) = 70+126+154=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #467E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E9A is #B98165. Grayscale: #707070. Windows color (decimal): -12157286 or 10124870. OLE color: 10124870.

HSL color Cylindrical-coordinate representation of color #467E9A: hue angle of 200º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467E9A is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 126 154 -
CMYK 0.55 0.18 0 0.40
HSL 200º 0.38% 0.44% -
HSV(B) 200º 0.55% 0.6% -
XYZ 15.82 18.56 33.32 -
YUV 112.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 70 126 154 0.55 0.18 0 0.40 200 0.38 0.44
Hex 46 7E 9A 37 12 0 28 C8 26 2C
Octal 106 176 232 67 22 0 50 310 46 54
Binary 1000110 1111110 10011010 110111 10010 0 101000 11001000 100110 101100

Color Harmonies of #467E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E9A

Black with #467E9A

Text Example


Text Example

White with #467E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,126,154); }

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

background-color css

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

 a { background-color: rgb(70,126,154); }

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

border-color css

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

 span { border-color: rgb(70,126,154); }

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