Html Css Color HEX #467F8B Jelly Bean

📋 copy color: '#467F8B'

red 70 ◦ green 127 ◦ blue 139

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

Shades of Jelly Bean #467F8B

Tints of Jelly Bean #467F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 20.83%
G = 37.8%
B = 41.37%

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

#467F8B (or 0x467F8B) is known color: Jelly Bean. HEX triplet: 46, 7F and 8B. RGB value is (70,127,139). Sum of RGB (Red+Green+Blue) = 70+127+139=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #467F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F8B is #B98074. Grayscale: #6F6F6F. Windows color (decimal): -12157045 or 9142086. OLE color: 9142086.

HSL color Cylindrical-coordinate representation of color #467F8B: hue angle of 190.43º 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 #467F8B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 127 139 -
CMYK 0.50 0.09 0 0.45
HSL 190.43º 0.33% 0.41% -
HSV(B) 190.43º 0.5% 0.55% -
XYZ 14.78 18.34 27.19 -
YUV 111.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 70 127 139 0.50 0.09 0 0.45 190.43 0.33 0.41
Hex 46 7F 8B 32 9 0 2D BE 21 29
Octal 106 177 213 62 11 0 55 276 41 51
Binary 1000110 1111111 10001011 110010 1001 0 101101 10111110 100001 101001

Color Harmonies of #467F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F8B

Black with #467F8B

Text Example


Text Example

White with #467F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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