Html Css Color HEX #457690 Jelly Bean

📋 copy color: '#457690'

red 69 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #457690

Tints of Jelly Bean #457690

RGB

 RED value IS 69 (27.34% from 255) = 20.85%

 GREEN value IS 118 (46.48% from 255) = 35.65%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 20.85%
G = 35.65%
B = 43.5%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457690 (or 0x457690) is known color: Jelly Bean. HEX triplet: 45, 76 and 90. RGB value is (69,118,144). Sum of RGB (Red+Green+Blue) = 69+118+144=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #457690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457690 is #BA896F. Grayscale: #6A6A6A. Windows color (decimal): -12224880 or 9467461. OLE color: 9467461.

HSL color Cylindrical-coordinate representation of color #457690: hue angle of 200.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457690 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 118 144 -
CMYK 0.52 0.18 0 0.44
HSL 200.8º 0.35% 0.42% -
HSV(B) 200.8º 0.52% 0.56% -
XYZ 13.97 16.24 28.78 -
YUV 106.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 69 118 144 0.52 0.18 0 0.44 200.8 0.35 0.42
Hex 45 76 90 34 12 0 2C C9 23 2A
Octal 105 166 220 64 22 0 54 311 43 52
Binary 1000101 1110110 10010000 110100 10010 0 101100 11001001 100011 101010

Color Harmonies of #457690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457690

Black with #457690

Text Example


Text Example

White with #457690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457690; }

 p { color: rgb(69,118,144); }

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

background-color css

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

 a { background-color: rgb(69,118,144); }

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

border-color css

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

 span { border-color: rgb(69,118,144); }

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