Html Css Color HEX #467794 Jelly Bean

📋 copy color: '#467794'

red 70 ◦ green 119 ◦ blue 148

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

Shades of Jelly Bean #467794

Tints of Jelly Bean #467794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.31%

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

R = 20.77%
G = 35.31%
B = 43.92%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467794 (or 0x467794) is known color: Jelly Bean. HEX triplet: 46, 77 and 94. RGB value is (70,119,148). Sum of RGB (Red+Green+Blue) = 70+119+148=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #467794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467794 is #B9886B. Grayscale: #6B6B6B. Windows color (decimal): -12159084 or 9729862. OLE color: 9729862.

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

Color convert

RGB 70 119 148 -
CMYK 0.53 0.20 0 0.42
HSL 202.31º 0.36% 0.43% -
HSV(B) 202.31º 0.53% 0.58% -
XYZ 14.47 16.63 30.47 -
YUV 107.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 70 119 148 0.53 0.20 0 0.42 202.31 0.36 0.43
Hex 46 77 94 35 14 0 2A CA 24 2B
Octal 106 167 224 65 24 0 52 312 44 53
Binary 1000110 1110111 10010100 110101 10100 0 101010 11001010 100100 101011

Color Harmonies of #467794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467794

Black with #467794

Text Example


Text Example

White with #467794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467794; }

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

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

background-color css

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

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

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

border-color css

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

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

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