Html Css Color HEX #467699 Jelly Bean

📋 copy color: '#467699'

red 70 ◦ green 118 ◦ blue 153

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

Shades of Jelly Bean #467699

Tints of Jelly Bean #467699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 20.53%
G = 34.6%
B = 44.87%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#467699 (or 0x467699) is known color: Jelly Bean. HEX triplet: 46, 76 and 99. RGB value is (70,118,153). Sum of RGB (Red+Green+Blue) = 70+118+153=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #467699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467699 is #B98966. Grayscale: #6B6B6B. Windows color (decimal): -12159335 or 10057286. OLE color: 10057286.

HSL color Cylindrical-coordinate representation of color #467699: hue angle of 205.3º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467699 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 118 153 -
CMYK 0.54 0.23 0 0.4
HSL 205.3º 0.37% 0.44% -
HSV(B) 205.3º 0.54% 0.6% -
XYZ 14.75 16.56 32.56 -
YUV 107.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 70 118 153 0.54 0.23 0 0.4 205.3 0.37 0.44
Hex 46 76 99 36 17 0 28 CD 25 2C
Octal 106 166 231 66 27 0 50 315 45 54
Binary 1000110 1110110 10011001 110110 10111 0 101000 11001101 100101 101100

Color Harmonies of #467699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467699

Black with #467699

Text Example


Text Example

White with #467699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467699; }

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

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

background-color css

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

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

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

border-color css

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

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

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