Html Css Color HEX #457394 Jelly Bean

📋 copy color: '#457394'

red 69 ◦ green 115 ◦ blue 148

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

Shades of Jelly Bean #457394

Tints of Jelly Bean #457394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 20.78%
G = 34.64%
B = 44.58%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457394 (or 0x457394) is known color: Jelly Bean. HEX triplet: 45, 73 and 94. RGB value is (69,115,148). Sum of RGB (Red+Green+Blue) = 69+115+148=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #457394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457394 is #BA8C6B. Grayscale: #686868. Windows color (decimal): -12225644 or 9728837. OLE color: 9728837.

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

Color convert

RGB 69 115 148 -
CMYK 0.53 0.22 0 0.42
HSL 205.06º 0.36% 0.43% -
HSV(B) 205.06º 0.53% 0.58% -
XYZ 13.93 15.66 30.31 -
YUV 105.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 69 115 148 0.53 0.22 0 0.42 205.06 0.36 0.43
Hex 45 73 94 35 16 0 2A CD 24 2B
Octal 105 163 224 65 26 0 52 315 44 53
Binary 1000101 1110011 10010100 110101 10110 0 101010 11001101 100100 101011

Color Harmonies of #457394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457394

Black with #457394

Text Example


Text Example

White with #457394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457394; }

 p { color: rgb(69,115,148); }

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

background-color css

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

 a { background-color: rgb(69,115,148); }

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

border-color css

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

 span { border-color: rgb(69,115,148); }

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