Html Css Color HEX #457892 Jelly Bean

📋 copy color: '#457892'

red 69 ◦ green 120 ◦ blue 146

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

Shades of Jelly Bean #457892

Tints of Jelly Bean #457892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 20.6%
G = 35.82%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457892 (or 0x457892) is known color: Jelly Bean. HEX triplet: 45, 78 and 92. RGB value is (69,120,146). Sum of RGB (Red+Green+Blue) = 69+120+146=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #457892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457892 is #BA876D. Grayscale: #6B6B6B. Windows color (decimal): -12224366 or 9599045. OLE color: 9599045.

HSL color Cylindrical-coordinate representation of color #457892: hue angle of 200.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457892 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 120 146 -
CMYK 0.53 0.18 0 0.43
HSL 200.26º 0.36% 0.42% -
HSV(B) 200.26º 0.53% 0.57% -
XYZ 14.36 16.77 29.67 -
YUV 107.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 69 120 146 0.53 0.18 0 0.43 200.26 0.36 0.42
Hex 45 78 92 35 12 0 2B C8 24 2A
Octal 105 170 222 65 22 0 53 310 44 52
Binary 1000101 1111000 10010010 110101 10010 0 101011 11001000 100100 101010

Color Harmonies of #457892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457892

Black with #457892

Text Example


Text Example

White with #457892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457892; }

 p { color: rgb(69,120,146); }

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

background-color css

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

 a { background-color: rgb(69,120,146); }

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

border-color css

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

 span { border-color: rgb(69,120,146); }

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