Html Css Color HEX #467694 Jelly Bean

📋 copy color: '#467694'

red 70 ◦ green 118 ◦ blue 148

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

Shades of Jelly Bean #467694

Tints of Jelly Bean #467694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

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

R = 20.83%
G = 35.12%
B = 44.05%

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

#467694 (or 0x467694) is known color: Jelly Bean. HEX triplet: 46, 76 and 94. RGB value is (70,118,148). Sum of RGB (Red+Green+Blue) = 70+118+148=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #467694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467694 is #B9896B. Grayscale: #6A6A6A. Windows color (decimal): -12159340 or 9729606. OLE color: 9729606.

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

Color convert

RGB 70 118 148 -
CMYK 0.53 0.20 0 0.42
HSL 203.08º 0.36% 0.43% -
HSV(B) 203.08º 0.53% 0.58% -
XYZ 14.35 16.4 30.43 -
YUV 107.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 70 118 148 0.53 0.20 0 0.42 203.08 0.36 0.43
Hex 46 76 94 35 14 0 2A CB 24 2B
Octal 106 166 224 65 24 0 52 313 44 53
Binary 1000110 1110110 10010100 110101 10100 0 101010 11001011 100100 101011

Color Harmonies of #467694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467694

Black with #467694

Text Example


Text Example

White with #467694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467694; }

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

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

background-color css

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

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

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

border-color css

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

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

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