Html Css Color HEX #467B93 Jelly Bean

📋 copy color: '#467B93'

red 70 ◦ green 123 ◦ blue 147

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

Shades of Jelly Bean #467B93

Tints of Jelly Bean #467B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 20.59%
G = 36.18%
B = 43.24%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467B93 (or 0x467B93) is known color: Jelly Bean. HEX triplet: 46, 7B and 93. RGB value is (70,123,147). Sum of RGB (Red+Green+Blue) = 70+123+147=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #467B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B93 is #B9846C. Grayscale: #6D6D6D. Windows color (decimal): -12158061 or 9665350. OLE color: 9665350.

HSL color Cylindrical-coordinate representation of color #467B93: hue angle of 198.7º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467B93 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 123 147 -
CMYK 0.52 0.16 0 0.42
HSL 198.7º 0.35% 0.43% -
HSV(B) 198.7º 0.52% 0.58% -
XYZ 14.88 17.57 30.21 -
YUV 109.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 70 123 147 0.52 0.16 0 0.42 198.7 0.35 0.43
Hex 46 7B 93 34 10 0 2A C7 23 2B
Octal 106 173 223 64 20 0 52 307 43 53
Binary 1000110 1111011 10010011 110100 10000 0 101010 11000111 100011 101011

Color Harmonies of #467B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B93

Black with #467B93

Text Example


Text Example

White with #467B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467B93; }

 p { color: rgb(70,123,147); }

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

background-color css

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

 a { background-color: rgb(70,123,147); }

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

border-color css

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

 span { border-color: rgb(70,123,147); }

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