Html Css Color HEX #457598 Jelly Bean

📋 copy color: '#457598'

red 69 ◦ green 117 ◦ blue 152

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

Shades of Jelly Bean #457598

Tints of Jelly Bean #457598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 20.41%
G = 34.62%
B = 44.97%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#457598 (or 0x457598) is known color: Jelly Bean. HEX triplet: 45, 75 and 98. RGB value is (69,117,152). Sum of RGB (Red+Green+Blue) = 69+117+152=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #457598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457598 is #BA8A67. Grayscale: #6A6A6A. Windows color (decimal): -12225128 or 9991493. OLE color: 9991493.

HSL color Cylindrical-coordinate representation of color #457598: hue angle of 205.3º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457598 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 117 152 -
CMYK 0.55 0.23 0 0.40
HSL 205.3º 0.38% 0.43% -
HSV(B) 205.3º 0.55% 0.6% -
XYZ 14.48 16.25 32.08 -
YUV 106.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 69 117 152 0.55 0.23 0 0.40 205.3 0.38 0.43
Hex 45 75 98 37 17 0 28 CD 26 2B
Octal 105 165 230 67 27 0 50 315 46 53
Binary 1000101 1110101 10011000 110111 10111 0 101000 11001101 100110 101011

Color Harmonies of #457598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457598

Black with #457598

Text Example


Text Example

White with #457598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457598; }

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

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

background-color css

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

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

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

border-color css

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

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

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