Html Css Color HEX #467885 Jelly Bean

📋 copy color: '#467885'

red 70 ◦ green 120 ◦ blue 133

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

Shades of Jelly Bean #467885

Tints of Jelly Bean #467885

RGB

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

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

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

R = 21.67%
G = 37.15%
B = 41.18%

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

#467885 (or 0x467885) is known color: Jelly Bean. HEX triplet: 46, 78 and 85. RGB value is (70,120,133). Sum of RGB (Red+Green+Blue) = 70+120+133=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #467885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467885 is #B9877A. Grayscale: #6A6A6A. Windows color (decimal): -12158843 or 8747078. OLE color: 8747078.

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

Color convert

RGB 70 120 133 -
CMYK 0.47 0.10 0 0.48
HSL 192.38º 0.31% 0.4% -
HSV(B) 192.38º 0.47% 0.52% -
XYZ 13.48 16.43 24.65 -
YUV 106.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 70 120 133 0.47 0.10 0 0.48 192.38 0.31 0.4
Hex 46 78 85 2F A 0 30 C0 1F 28
Octal 106 170 205 57 12 0 60 300 37 50
Binary 1000110 1111000 10000101 101111 1010 0 110000 11000000 11111 101000

Color Harmonies of #467885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467885

Black with #467885

Text Example


Text Example

White with #467885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467885; }

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

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

background-color css

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

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

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

border-color css

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

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

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