Html Css Color HEX #467884 Jelly Bean

📋 copy color: '#467884'

red 70 ◦ green 120 ◦ blue 132

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

Shades of Jelly Bean #467884

Tints of Jelly Bean #467884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

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

R = 21.74%
G = 37.27%
B = 40.99%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467884 (or 0x467884) is known color: Jelly Bean. HEX triplet: 46, 78 and 84. RGB value is (70,120,132). Sum of RGB (Red+Green+Blue) = 70+120+132=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #467884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467884 is #B9877B. Grayscale: #6A6A6A. Windows color (decimal): -12158844 or 8681542. OLE color: 8681542.

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

Color convert

RGB 70 120 132 -
CMYK 0.47 0.09 0 0.48
HSL 191.61º 0.31% 0.4% -
HSV(B) 191.61º 0.47% 0.52% -
XYZ 13.41 16.4 24.29 -
YUV 106.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 70 120 132 0.47 0.09 0 0.48 191.61 0.31 0.4
Hex 46 78 84 2F 9 0 30 C0 1F 28
Octal 106 170 204 57 11 0 60 300 37 50
Binary 1000110 1111000 10000100 101111 1001 0 110000 11000000 11111 101000

Color Harmonies of #467884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467884

Black with #467884

Text Example


Text Example

White with #467884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467884; }

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

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

background-color css

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

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

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

border-color css

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

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

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