Html Css Color HEX #457B9D Jelly Bean

📋 copy color: '#457B9D'

red 69 ◦ green 123 ◦ blue 157

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

Shades of Jelly Bean #457B9D

Tints of Jelly Bean #457B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 19.77%
G = 35.24%
B = 44.99%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#457B9D (or 0x457B9D) is known color: Jelly Bean. HEX triplet: 45, 7B and 9D. RGB value is (69,123,157). Sum of RGB (Red+Green+Blue) = 69+123+157=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #457B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B9D is #BA8462. Grayscale: #6E6E6E. Windows color (decimal): -12223587 or 10320709. OLE color: 10320709.

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

Color convert

RGB 69 123 157 -
CMYK 0.56 0.22 0 0.38
HSL 203.18º 0.39% 0.44% -
HSV(B) 203.18º 0.56% 0.62% -
XYZ 15.62 17.87 34.52 -
YUV 110.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 69 123 157 0.56 0.22 0 0.38 203.18 0.39 0.44
Hex 45 7B 9D 38 16 0 26 CB 27 2C
Octal 105 173 235 70 26 0 46 313 47 54
Binary 1000101 1111011 10011101 111000 10110 0 100110 11001011 100111 101100

Color Harmonies of #457B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457B9D

Black with #457B9D

Text Example


Text Example

White with #457B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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