Html Css Color HEX #457C88 Jelly Bean

📋 copy color: '#457C88'

red 69 ◦ green 124 ◦ blue 136

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

Shades of Jelly Bean #457C88

Tints of Jelly Bean #457C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 20.97%
G = 37.69%
B = 41.34%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#457C88 (or 0x457C88) is known color: Jelly Bean. HEX triplet: 45, 7C and 88. RGB value is (69,124,136). Sum of RGB (Red+Green+Blue) = 69+124+136=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #457C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C88 is #BA8377. Grayscale: #6C6C6C. Windows color (decimal): -12223352 or 8944709. OLE color: 8944709.

HSL color Cylindrical-coordinate representation of color #457C88: hue angle of 190.75º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457C88 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 124 136 -
CMYK 0.49 0.09 0 0.47
HSL 190.75º 0.33% 0.4% -
HSV(B) 190.75º 0.49% 0.53% -
XYZ 14.11 17.46 25.92 -
YUV 108.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 69 124 136 0.49 0.09 0 0.47 190.75 0.33 0.4
Hex 45 7C 88 31 9 0 2F BF 21 28
Octal 105 174 210 61 11 0 57 277 41 50
Binary 1000101 1111100 10001000 110001 1001 0 101111 10111111 100001 101000

Color Harmonies of #457C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457C88

Black with #457C88

Text Example


Text Example

White with #457C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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