Html Css Color HEX #467893 Jelly Bean

📋 copy color: '#467893'

red 70 ◦ green 120 ◦ blue 147

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

Shades of Jelly Bean #467893

Tints of Jelly Bean #467893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

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

R = 20.77%
G = 35.61%
B = 43.62%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467893 (or 0x467893) is known color: Jelly Bean. HEX triplet: 46, 78 and 93. RGB value is (70,120,147). Sum of RGB (Red+Green+Blue) = 70+120+147=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #467893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467893 is #B9876C. Grayscale: #6B6B6B. Windows color (decimal): -12158829 or 9664582. OLE color: 9664582.

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

Color convert

RGB 70 120 147 -
CMYK 0.52 0.18 0 0.42
HSL 201.04º 0.35% 0.43% -
HSV(B) 201.04º 0.52% 0.58% -
XYZ 14.51 16.84 30.09 -
YUV 108.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 70 120 147 0.52 0.18 0 0.42 201.04 0.35 0.43
Hex 46 78 93 34 12 0 2A C9 23 2B
Octal 106 170 223 64 22 0 52 311 43 53
Binary 1000110 1111000 10010011 110100 10010 0 101010 11001001 100011 101011

Color Harmonies of #467893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467893

Black with #467893

Text Example


Text Example

White with #467893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467893; }

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

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

background-color css

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

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

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

border-color css

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

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

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