Html Css Color HEX #458094 Jelly Bean

📋 copy color: '#458094'

red 69 ◦ green 128 ◦ blue 148

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

Shades of Jelly Bean #458094

Tints of Jelly Bean #458094

RGB

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

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

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

R = 20%
G = 37.1%
B = 42.9%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#458094 (or 0x458094) is known color: Jelly Bean. HEX triplet: 45, 80 and 94. RGB value is (69,128,148). Sum of RGB (Red+Green+Blue) = 69+128+148=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #458094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458094 is #BA7F6B. Grayscale: #707070. Windows color (decimal): -12222316 or 9732165. OLE color: 9732165.

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

Color convert

RGB 69 128 148 -
CMYK 0.53 0.14 0 0.42
HSL 195.19º 0.36% 0.43% -
HSV(B) 195.19º 0.53% 0.58% -
XYZ 15.52 18.84 30.84 -
YUV 112.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 69 128 148 0.53 0.14 0 0.42 195.19 0.36 0.43
Hex 45 80 94 35 E 0 2A C3 24 2B
Octal 105 200 224 65 16 0 52 303 44 53
Binary 1000101 10000000 10010100 110101 1110 0 101010 11000011 100100 101011

Color Harmonies of #458094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458094

Black with #458094

Text Example


Text Example

White with #458094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458094; }

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

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

background-color css

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

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

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

border-color css

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

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

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