Html Css Color HEX #467B9C Jelly Bean

📋 copy color: '#467B9C'

red 70 ◦ green 123 ◦ blue 156

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

Shades of Jelly Bean #467B9C

Tints of Jelly Bean #467B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 20.06%
G = 35.24%
B = 44.7%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#467B9C (or 0x467B9C) is known color: Jelly Bean. HEX triplet: 46, 7B and 9C. RGB value is (70,123,156). Sum of RGB (Red+Green+Blue) = 70+123+156=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #467B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B9C is #B98463. Grayscale: #6E6E6E. Windows color (decimal): -12158052 or 10255174. OLE color: 10255174.

HSL color Cylindrical-coordinate representation of color #467B9C: hue angle of 203.02º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467B9C is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 123 156 -
CMYK 0.55 0.21 0 0.39
HSL 203.02º 0.38% 0.44% -
HSV(B) 203.02º 0.55% 0.61% -
XYZ 15.61 17.87 34.08 -
YUV 110.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 70 123 156 0.55 0.21 0 0.39 203.02 0.38 0.44
Hex 46 7B 9C 37 15 0 27 CB 26 2C
Octal 106 173 234 67 25 0 47 313 46 54
Binary 1000110 1111011 10011100 110111 10101 0 100111 11001011 100110 101100

Color Harmonies of #467B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B9C

Black with #467B9C

Text Example


Text Example

White with #467B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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