Html Css Color HEX #457788 Jelly Bean

📋 copy color: '#457788'

red 69 ◦ green 119 ◦ blue 136

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

Shades of Jelly Bean #457788

Tints of Jelly Bean #457788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 21.3%
G = 36.73%
B = 41.98%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#457788 (or 0x457788) is known color: Jelly Bean. HEX triplet: 45, 77 and 88. RGB value is (69,119,136). Sum of RGB (Red+Green+Blue) = 69+119+136=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #457788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457788 is #BA8877. Grayscale: #696969. Windows color (decimal): -12224632 or 8943429. OLE color: 8943429.

HSL color Cylindrical-coordinate representation of color #457788: hue angle of 195.22º 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 #457788 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 119 136 -
CMYK 0.49 0.12 0 0.47
HSL 195.22º 0.33% 0.4% -
HSV(B) 195.22º 0.49% 0.53% -
XYZ 13.5 16.24 25.72 -
YUV 105.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 69 119 136 0.49 0.12 0 0.47 195.22 0.33 0.4
Hex 45 77 88 31 C 0 2F C3 21 28
Octal 105 167 210 61 14 0 57 303 41 50
Binary 1000101 1110111 10001000 110001 1100 0 101111 11000011 100001 101000

Color Harmonies of #457788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457788

Black with #457788

Text Example


Text Example

White with #457788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457788; }

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

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

background-color css

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

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

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

border-color css

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

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

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