Html Css Color HEX #457794 Jelly Bean

📋 copy color: '#457794'

red 69 ◦ green 119 ◦ blue 148

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

Shades of Jelly Bean #457794

Tints of Jelly Bean #457794

RGB

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

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

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

R = 20.54%
G = 35.42%
B = 44.05%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457794 (or 0x457794) is known color: Jelly Bean. HEX triplet: 45, 77 and 94. RGB value is (69,119,148). Sum of RGB (Red+Green+Blue) = 69+119+148=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #457794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457794 is #BA886B. Grayscale: #6B6B6B. Windows color (decimal): -12224620 or 9729861. OLE color: 9729861.

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

Color convert

RGB 69 119 148 -
CMYK 0.53 0.20 0 0.42
HSL 202.03º 0.36% 0.43% -
HSV(B) 202.03º 0.53% 0.58% -
XYZ 14.4 16.6 30.46 -
YUV 107.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 69 119 148 0.53 0.20 0 0.42 202.03 0.36 0.43
Hex 45 77 94 35 14 0 2A CA 24 2B
Octal 105 167 224 65 24 0 52 312 44 53
Binary 1000101 1110111 10010100 110101 10100 0 101010 11001010 100100 101011

Color Harmonies of #457794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457794

Black with #457794

Text Example


Text Example

White with #457794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457794; }

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

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

background-color css

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

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

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

border-color css

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

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

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