Html Css Color HEX #458093 Jelly Bean

📋 copy color: '#458093'

red 69 ◦ green 128 ◦ blue 147

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

Shades of Jelly Bean #458093

Tints of Jelly Bean #458093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 20.06%
G = 37.21%
B = 42.73%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#458093 (or 0x458093) is known color: Jelly Bean. HEX triplet: 45, 80 and 93. RGB value is (69,128,147). Sum of RGB (Red+Green+Blue) = 69+128+147=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #458093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458093 is #BA7F6C. Grayscale: #707070. Windows color (decimal): -12222317 or 9666629. OLE color: 9666629.

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

Color convert

RGB 69 128 147 -
CMYK 0.53 0.13 0 0.42
HSL 194.62º 0.36% 0.42% -
HSV(B) 194.62º 0.53% 0.58% -
XYZ 15.44 18.81 30.42 -
YUV 112.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 69 128 147 0.53 0.13 0 0.42 194.62 0.36 0.42
Hex 45 80 93 35 D 0 2A C3 24 2A
Octal 105 200 223 65 15 0 52 303 44 52
Binary 1000101 10000000 10010011 110101 1101 0 101010 11000011 100100 101010

Color Harmonies of #458093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458093

Black with #458093

Text Example


Text Example

White with #458093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458093; }

 p { color: rgb(69,128,147); }

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

background-color css

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

 a { background-color: rgb(69,128,147); }

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

border-color css

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

 span { border-color: rgb(69,128,147); }

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