Html Css Color HEX #467994 Jelly Bean

📋 copy color: '#467994'

red 70 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #467994

Tints of Jelly Bean #467994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 20.65%
G = 35.69%
B = 43.66%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467994 (or 0x467994) is known color: Jelly Bean. HEX triplet: 46, 79 and 94. RGB value is (70,121,148). Sum of RGB (Red+Green+Blue) = 70+121+148=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #467994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467994 is #B9866B. Grayscale: #6C6C6C. Windows color (decimal): -12158572 or 9730374. OLE color: 9730374.

HSL color Cylindrical-coordinate representation of color #467994: hue angle of 200.77º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467994 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 121 148 -
CMYK 0.53 0.18 0 0.42
HSL 200.77º 0.36% 0.43% -
HSV(B) 200.77º 0.53% 0.58% -
XYZ 14.71 17.11 30.55 -
YUV 108.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 70 121 148 0.53 0.18 0 0.42 200.77 0.36 0.43
Hex 46 79 94 35 12 0 2A C9 24 2B
Octal 106 171 224 65 22 0 52 311 44 53
Binary 1000110 1111001 10010100 110101 10010 0 101010 11001001 100100 101011

Color Harmonies of #467994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467994

Black with #467994

Text Example


Text Example

White with #467994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467994; }

 p { color: rgb(70,121,148); }

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

background-color css

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

 a { background-color: rgb(70,121,148); }

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

border-color css

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

 span { border-color: rgb(70,121,148); }

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