#457C9C

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

Shades of Jelly Bean #457C9C

Tints of Jelly Bean #457C9C

Color information

#457C9C (or 0x457C9C) is unknown color: approx Jelly Bean. HEX triplet: 45, 7C and 9C. RGB value is (69,124,156). Sum of RGB (Red+Green+Blue) = 69+124+156=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #457C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C9C is #BA8363. Grayscale: #6F6F6F. Windows color (decimal): -12223332 or 10255429. OLE color: 10255429.

HSL color Cylindrical-coordinate representation of color #457C9C: hue angle of 202.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #457C9C is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69124156-
CMYK0.560.2100.39
HSL202.07º38.67%44.12%-
HSV(B)202.07º55.77%61.18%-
XYZ15.6618.0834.12-
YUV111.2153.2897.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=19.77%
G=35.53%
B=44.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691241560.560.2100.39202.0738.6744.12
Hex457C9C3815027ca272c
Octal10517423470250473124754
Binary100010111111001001110011100010101010011111001010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457C9C; }

 p { color: rgb(69,124,156); }

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

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

 a { background-color: rgb(69,124,156); }

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

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

 span { border-color: rgb(69,124,156); }

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