Html Css Color HEX #467685 Jelly Bean

📋 copy color: '#467685'

red 70 ◦ green 118 ◦ blue 133

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

Shades of Jelly Bean #467685

Tints of Jelly Bean #467685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 21.81%
G = 36.76%
B = 41.43%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467685 (or 0x467685) is known color: Jelly Bean. HEX triplet: 46, 76 and 85. RGB value is (70,118,133). Sum of RGB (Red+Green+Blue) = 70+118+133=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #467685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467685 is #B9897A. Grayscale: #696969. Windows color (decimal): -12159355 or 8746566. OLE color: 8746566.

HSL color Cylindrical-coordinate representation of color #467685: hue angle of 194.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467685 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 118 133 -
CMYK 0.47 0.11 0 0.48
HSL 194.29º 0.31% 0.4% -
HSV(B) 194.29º 0.47% 0.52% -
XYZ 13.24 15.95 24.57 -
YUV 105.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 70 118 133 0.47 0.11 0 0.48 194.29 0.31 0.4
Hex 46 76 85 2F B 0 30 C2 1F 28
Octal 106 166 205 57 13 0 60 302 37 50
Binary 1000110 1110110 10000101 101111 1011 0 110000 11000010 11111 101000

Color Harmonies of #467685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467685

Black with #467685

Text Example


Text Example

White with #467685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467685; }

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

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

background-color css

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

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

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

border-color css

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

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

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