Html Css Color HEX #467784 Jelly Bean

📋 copy color: '#467784'

red 70 ◦ green 119 ◦ blue 132

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

Shades of Jelly Bean #467784

Tints of Jelly Bean #467784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 21.81%
G = 37.07%
B = 41.12%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467784 (or 0x467784) is known color: Jelly Bean. HEX triplet: 46, 77 and 84. RGB value is (70,119,132). Sum of RGB (Red+Green+Blue) = 70+119+132=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #467784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467784 is #B9887B. Grayscale: #696969. Windows color (decimal): -12159100 or 8681286. OLE color: 8681286.

HSL color Cylindrical-coordinate representation of color #467784: hue angle of 192.58º 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 #467784 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 119 132 -
CMYK 0.47 0.10 0 0.48
HSL 192.58º 0.31% 0.4% -
HSV(B) 192.58º 0.47% 0.52% -
XYZ 13.29 16.16 24.25 -
YUV 105.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 70 119 132 0.47 0.10 0 0.48 192.58 0.31 0.4
Hex 46 77 84 2F A 0 30 C1 1F 28
Octal 106 167 204 57 12 0 60 301 37 50
Binary 1000110 1110111 10000100 101111 1010 0 110000 11000001 11111 101000

Color Harmonies of #467784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467784

Black with #467784

Text Example


Text Example

White with #467784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467784; }

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

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

background-color css

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

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

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

border-color css

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

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

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