Html Css Color HEX #467F93 Jelly Bean

📋 copy color: '#467F93'

red 70 ◦ green 127 ◦ blue 147

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

Shades of Jelly Bean #467F93

Tints of Jelly Bean #467F93

RGB

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

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

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

R = 20.35%
G = 36.92%
B = 42.73%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467F93 (or 0x467F93) is known color: Jelly Bean. HEX triplet: 46, 7F and 93. RGB value is (70,127,147). Sum of RGB (Red+Green+Blue) = 70+127+147=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #467F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F93 is #B9806C. Grayscale: #707070. Windows color (decimal): -12157037 or 9666374. OLE color: 9666374.

HSL color Cylindrical-coordinate representation of color #467F93: hue angle of 195.58º 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 #467F93 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 127 147 -
CMYK 0.52 0.14 0 0.42
HSL 195.58º 0.35% 0.43% -
HSV(B) 195.58º 0.52% 0.58% -
XYZ 15.38 18.59 30.38 -
YUV 112.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 70 127 147 0.52 0.14 0 0.42 195.58 0.35 0.43
Hex 46 7F 93 34 E 0 2A C4 23 2B
Octal 106 177 223 64 16 0 52 304 43 53
Binary 1000110 1111111 10010011 110100 1110 0 101010 11000100 100011 101011

Color Harmonies of #467F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F93

Black with #467F93

Text Example


Text Example

White with #467F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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