Html Css Color HEX #457785 Jelly Bean

📋 copy color: '#457785'

red 69 ◦ green 119 ◦ blue 133

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

Shades of Jelly Bean #457785

Tints of Jelly Bean #457785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 21.5%
G = 37.07%
B = 41.43%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#457785 (or 0x457785) is known color: Jelly Bean. HEX triplet: 45, 77 and 85. RGB value is (69,119,133). Sum of RGB (Red+Green+Blue) = 69+119+133=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #457785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457785 is #BA887A. Grayscale: #696969. Windows color (decimal): -12224635 or 8746821. OLE color: 8746821.

HSL color Cylindrical-coordinate representation of color #457785: hue angle of 193.12º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457785 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 119 133 -
CMYK 0.48 0.11 0 0.48
HSL 193.13º 0.32% 0.4% -
HSV(B) 193.13º 0.48% 0.52% -
XYZ 13.28 16.15 24.61 -
YUV 105.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 69 119 133 0.48 0.11 0 0.48 193.13 0.32 0.4
Hex 45 77 85 30 B 0 30 C1 20 28
Octal 105 167 205 60 13 0 60 301 40 50
Binary 1000101 1110111 10000101 110000 1011 0 110000 11000001 100000 101000

Color Harmonies of #457785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457785

Black with #457785

Text Example


Text Example

White with #457785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457785; }

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

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

background-color css

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

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

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

border-color css

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

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

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