Html Css Color HEX #448291 Jelly Bean

📋 copy color: '#448291'

red 68 ◦ green 130 ◦ blue 145

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

Shades of Jelly Bean #448291

Tints of Jelly Bean #448291

RGB

 RED value IS 68 (26.95% from 255) = 19.83%

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 19.83%
G = 37.9%
B = 42.27%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#448291 (or 0x448291) is known color: Jelly Bean. HEX triplet: 44, 82 and 91. RGB value is (68,130,145). Sum of RGB (Red+Green+Blue) = 68+130+145=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #448291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448291 is #BB7D6E. Grayscale: #717171. Windows color (decimal): -12287343 or 9536068. OLE color: 9536068.

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

Color convert

RGB 68 130 145 -
CMYK 0.53 0.10 0 0.43
HSL 191.69º 0.36% 0.42% -
HSV(B) 191.69º 0.53% 0.57% -
XYZ 15.48 19.24 29.69 -
YUV 113.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 68 130 145 0.53 0.10 0 0.43 191.69 0.36 0.42
Hex 44 82 91 35 A 0 2B C0 24 2A
Octal 104 202 221 65 12 0 53 300 44 52
Binary 1000100 10000010 10010001 110101 1010 0 101011 11000000 100100 101010

Color Harmonies of #448291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448291

Black with #448291

Text Example


Text Example

White with #448291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448291; }

 p { color: rgb(68,130,145); }

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

background-color css

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

 a { background-color: rgb(68,130,145); }

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

border-color css

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

 span { border-color: rgb(68,130,145); }

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