Html Css Color HEX #457291 Jelly Bean

📋 copy color: '#457291'

red 69 ◦ green 114 ◦ blue 145

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

Shades of Jelly Bean #457291

Tints of Jelly Bean #457291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 21.04%
G = 34.76%
B = 44.21%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457291 (or 0x457291) is known color: Jelly Bean. HEX triplet: 45, 72 and 91. RGB value is (69,114,145). Sum of RGB (Red+Green+Blue) = 69+114+145=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #457291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457291 is #BA8D6E. Grayscale: #676767. Windows color (decimal): -12225903 or 9531973. OLE color: 9531973.

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

Color convert

RGB 69 114 145 -
CMYK 0.52 0.21 0 0.43
HSL 204.47º 0.36% 0.42% -
HSV(B) 204.47º 0.52% 0.57% -
XYZ 13.58 15.34 29.03 -
YUV 104.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 69 114 145 0.52 0.21 0 0.43 204.47 0.36 0.42
Hex 45 72 91 34 15 0 2B CC 24 2A
Octal 105 162 221 64 25 0 53 314 44 52
Binary 1000101 1110010 10010001 110100 10101 0 101011 11001100 100100 101010

Color Harmonies of #457291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457291

Black with #457291

Text Example


Text Example

White with #457291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457291; }

 p { color: rgb(69,114,145); }

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

background-color css

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

 a { background-color: rgb(69,114,145); }

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

border-color css

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

 span { border-color: rgb(69,114,145); }

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