Html Css Color HEX #448190 Jelly Bean

📋 copy color: '#448190'

red 68 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #448190

Tints of Jelly Bean #448190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 19.94%
G = 37.83%
B = 42.23%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448190 (or 0x448190) is known color: Jelly Bean. HEX triplet: 44, 81 and 90. RGB value is (68,129,144). Sum of RGB (Red+Green+Blue) = 68+129+144=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #448190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448190 is #BB7E6F. Grayscale: #707070. Windows color (decimal): -12287600 or 9470276. OLE color: 9470276.

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

Color convert

RGB 68 129 144 -
CMYK 0.53 0.10 0 0.44
HSL 191.84º 0.36% 0.42% -
HSV(B) 191.84º 0.53% 0.56% -
XYZ 15.27 18.94 29.24 -
YUV 112.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 68 129 144 0.53 0.10 0 0.44 191.84 0.36 0.42
Hex 44 81 90 35 A 0 2C C0 24 2A
Octal 104 201 220 65 12 0 54 300 44 52
Binary 1000100 10000001 10010000 110101 1010 0 101100 11000000 100100 101010

Color Harmonies of #448190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448190

Black with #448190

Text Example


Text Example

White with #448190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448190; }

 p { color: rgb(68,129,144); }

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

background-color css

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

 a { background-color: rgb(68,129,144); }

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

border-color css

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

 span { border-color: rgb(68,129,144); }

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