Html Css Color HEX #457793 Jelly Bean

📋 copy color: '#457793'

red 69 ◦ green 119 ◦ blue 147

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

Shades of Jelly Bean #457793

Tints of Jelly Bean #457793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 20.6%
G = 35.52%
B = 43.88%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457793 (or 0x457793) is known color: Jelly Bean. HEX triplet: 45, 77 and 93. RGB value is (69,119,147). Sum of RGB (Red+Green+Blue) = 69+119+147=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #457793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457793 is #BA886C. Grayscale: #6B6B6B. Windows color (decimal): -12224621 or 9664325. OLE color: 9664325.

HSL color Cylindrical-coordinate representation of color #457793: hue angle of 201.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457793 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 119 147 -
CMYK 0.53 0.19 0 0.42
HSL 201.54º 0.36% 0.42% -
HSV(B) 201.54º 0.53% 0.58% -
XYZ 14.32 16.57 30.05 -
YUV 107.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 69 119 147 0.53 0.19 0 0.42 201.54 0.36 0.42
Hex 45 77 93 35 13 0 2A CA 24 2A
Octal 105 167 223 65 23 0 52 312 44 52
Binary 1000101 1110111 10010011 110101 10011 0 101010 11001010 100100 101010

Color Harmonies of #457793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457793

Black with #457793

Text Example


Text Example

White with #457793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457793; }

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

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

background-color css

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

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

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

border-color css

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

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

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