Html Css Color HEX #457B9C Jelly Bean

📋 copy color: '#457B9C'

red 69 ◦ green 123 ◦ blue 156

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

Shades of Jelly Bean #457B9C

Tints of Jelly Bean #457B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 19.83%
G = 35.34%
B = 44.83%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#457B9C (or 0x457B9C) is known color: Jelly Bean. HEX triplet: 45, 7B and 9C. RGB value is (69,123,156). Sum of RGB (Red+Green+Blue) = 69+123+156=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #457B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B9C is #BA8463. Grayscale: #6E6E6E. Windows color (decimal): -12223588 or 10255173. OLE color: 10255173.

HSL color Cylindrical-coordinate representation of color #457B9C: hue angle of 202.76º 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 #457B9C is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 123 156 -
CMYK 0.56 0.21 0 0.39
HSL 202.76º 0.39% 0.44% -
HSV(B) 202.76º 0.56% 0.61% -
XYZ 15.54 17.83 34.08 -
YUV 110.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 69 123 156 0.56 0.21 0 0.39 202.76 0.39 0.44
Hex 45 7B 9C 38 15 0 27 CB 27 2C
Octal 105 173 234 70 25 0 47 313 47 54
Binary 1000101 1111011 10011100 111000 10101 0 100111 11001011 100111 101100

Color Harmonies of #457B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457B9C

Black with #457B9C

Text Example


Text Example

White with #457B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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