#457884

Color #457884 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #457884

Tints of Jelly Bean #457884

Color information

#457884 (or 0x457884) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 84. RGB value is (69,120,132). Sum of RGB (Red+Green+Blue) = 69+120+132=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #457884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457884 is #BA877B. Grayscale: #6A6A6A. Windows color (decimal): -12224380 or 8681541. OLE color: 8681541.

HSL color Cylindrical-coordinate representation of color #457884: hue angle of 191.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457884 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69120132-
CMYK0.480.0900.48
HSL191.43º31.34%39.41%-
HSV(B)191.43º47.73%51.76%-
XYZ13.3416.3624.29-
YUV106.12142.6101.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=21.50%
G=37.38%
B=41.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691201320.480.0900.48191.4331.3439.41
Hex457884309030bf1f27
Octal10517020460110602773747
Binary1000101111100010000100110000100101100001011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457884; }

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

 H1.HeaderClassName
 {
   color: #457884;
 }
 .AnyTagClassName
 {
   color: #457884;
 }
</style>
background-color css

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

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

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

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

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

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