Html Css Color HEX #457592 Jelly Bean

📋 copy color: '#457592'

red 69 ◦ green 117 ◦ blue 146

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

Shades of Jelly Bean #457592

Tints of Jelly Bean #457592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 20.78%
G = 35.24%
B = 43.98%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457592 (or 0x457592) is known color: Jelly Bean. HEX triplet: 45, 75 and 92. RGB value is (69,117,146). Sum of RGB (Red+Green+Blue) = 69+117+146=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #457592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457592 is #BA8A6D. Grayscale: #696969. Windows color (decimal): -12225134 or 9598277. OLE color: 9598277.

HSL color Cylindrical-coordinate representation of color #457592: hue angle of 202.6º 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 #457592 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 117 146 -
CMYK 0.53 0.20 0 0.43
HSL 202.6º 0.36% 0.42% -
HSV(B) 202.6º 0.53% 0.57% -
XYZ 14 16.06 29.56 -
YUV 105.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 69 117 146 0.53 0.20 0 0.43 202.6 0.36 0.42
Hex 45 75 92 35 14 0 2B CB 24 2A
Octal 105 165 222 65 24 0 53 313 44 52
Binary 1000101 1110101 10010010 110101 10100 0 101011 11001011 100100 101010

Color Harmonies of #457592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457592

Black with #457592

Text Example


Text Example

White with #457592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457592; }

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

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

background-color css

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

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

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

border-color css

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

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

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