Html Css Color HEX #457692 Jelly Bean

📋 copy color: '#457692'

red 69 ◦ green 118 ◦ blue 146

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

Shades of Jelly Bean #457692

Tints of Jelly Bean #457692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 20.72%
G = 35.44%
B = 43.84%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457692 (or 0x457692) is known color: Jelly Bean. HEX triplet: 45, 76 and 92. RGB value is (69,118,146). Sum of RGB (Red+Green+Blue) = 69+118+146=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #457692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457692 is #BA896D. Grayscale: #6A6A6A. Windows color (decimal): -12224878 or 9598533. OLE color: 9598533.

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

Color convert

RGB 69 118 146 -
CMYK 0.53 0.19 0 0.43
HSL 201.82º 0.36% 0.42% -
HSV(B) 201.82º 0.53% 0.57% -
XYZ 14.12 16.3 29.6 -
YUV 106.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 69 118 146 0.53 0.19 0 0.43 201.82 0.36 0.42
Hex 45 76 92 35 13 0 2B CA 24 2A
Octal 105 166 222 65 23 0 53 312 44 52
Binary 1000101 1110110 10010010 110101 10011 0 101011 11001010 100100 101010

Color Harmonies of #457692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457692

Black with #457692

Text Example


Text Example

White with #457692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457692; }

 p { color: rgb(69,118,146); }

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

background-color css

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

 a { background-color: rgb(69,118,146); }

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

border-color css

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

 span { border-color: rgb(69,118,146); }

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