Html Css Color HEX #467F8C Jelly Bean

📋 copy color: '#467F8C'

red 70 ◦ green 127 ◦ blue 140

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

Shades of Jelly Bean #467F8C

Tints of Jelly Bean #467F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 20.77%
G = 37.69%
B = 41.54%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#467F8C (or 0x467F8C) is known color: Jelly Bean. HEX triplet: 46, 7F and 8C. RGB value is (70,127,140). Sum of RGB (Red+Green+Blue) = 70+127+140=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #467F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F8C is #B98073. Grayscale: #6F6F6F. Windows color (decimal): -12157044 or 9207622. OLE color: 9207622.

HSL color Cylindrical-coordinate representation of color #467F8C: hue angle of 191.14º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467F8C is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 127 140 -
CMYK 0.50 0.09 0 0.45
HSL 191.14º 0.33% 0.41% -
HSV(B) 191.14º 0.5% 0.55% -
XYZ 14.85 18.37 27.57 -
YUV 111.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 70 127 140 0.50 0.09 0 0.45 191.14 0.33 0.41
Hex 46 7F 8C 32 9 0 2D BF 21 29
Octal 106 177 214 62 11 0 55 277 41 51
Binary 1000110 1111111 10001100 110010 1001 0 101101 10111111 100001 101001

Color Harmonies of #467F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F8C

Black with #467F8C

Text Example


Text Example

White with #467F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,140); }

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

background-color css

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

 a { background-color: rgb(70,127,140); }

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

border-color css

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

 span { border-color: rgb(70,127,140); }

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