Html Css Color HEX #467894 Jelly Bean

📋 copy color: '#467894'

red 70 ◦ green 120 ◦ blue 148

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

Shades of Jelly Bean #467894

Tints of Jelly Bean #467894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.5%

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

R = 20.71%
G = 35.5%
B = 43.79%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467894 (or 0x467894) is known color: Jelly Bean. HEX triplet: 46, 78 and 94. RGB value is (70,120,148). Sum of RGB (Red+Green+Blue) = 70+120+148=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #467894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467894 is #B9876B. Grayscale: #6C6C6C. Windows color (decimal): -12158828 or 9730118. OLE color: 9730118.

HSL color Cylindrical-coordinate representation of color #467894: hue angle of 201.54º 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 #467894 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 120 148 -
CMYK 0.53 0.19 0 0.42
HSL 201.54º 0.36% 0.43% -
HSV(B) 201.54º 0.53% 0.58% -
XYZ 14.59 16.87 30.5 -
YUV 108.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 70 120 148 0.53 0.19 0 0.42 201.54 0.36 0.43
Hex 46 78 94 35 13 0 2A CA 24 2B
Octal 106 170 224 65 23 0 52 312 44 53
Binary 1000110 1111000 10010100 110101 10011 0 101010 11001010 100100 101011

Color Harmonies of #467894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467894

Black with #467894

Text Example


Text Example

White with #467894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467894; }

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

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

background-color css

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

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

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

border-color css

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

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

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