Html Css Color HEX #457799 Jelly Bean

📋 copy color: '#457799'

red 69 ◦ green 119 ◦ blue 153

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

Shades of Jelly Bean #457799

Tints of Jelly Bean #457799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 20.23%
G = 34.9%
B = 44.87%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#457799 (or 0x457799) is known color: Jelly Bean. HEX triplet: 45, 77 and 99. RGB value is (69,119,153). Sum of RGB (Red+Green+Blue) = 69+119+153=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #457799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457799 is #BA8866. Grayscale: #6B6B6B. Windows color (decimal): -12224615 or 10057541. OLE color: 10057541.

HSL color Cylindrical-coordinate representation of color #457799: hue angle of 204.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457799 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 119 153 -
CMYK 0.55 0.22 0 0.4
HSL 204.29º 0.38% 0.44% -
HSV(B) 204.29º 0.55% 0.6% -
XYZ 14.8 16.76 32.59 -
YUV 107.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 69 119 153 0.55 0.22 0 0.4 204.29 0.38 0.44
Hex 45 77 99 37 16 0 28 CC 26 2C
Octal 105 167 231 67 26 0 50 314 46 54
Binary 1000101 1110111 10011001 110111 10110 0 101000 11001100 100110 101100

Color Harmonies of #457799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457799

Black with #457799

Text Example


Text Example

White with #457799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457799; }

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

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

background-color css

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

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

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

border-color css

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

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

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