Html Css Color HEX #448192 Jelly Bean

📋 copy color: '#448192'

red 68 ◦ green 129 ◦ blue 146

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

Shades of Jelly Bean #448192

Tints of Jelly Bean #448192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 19.83%
G = 37.61%
B = 42.57%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#448192 (or 0x448192) is known color: Jelly Bean. HEX triplet: 44, 81 and 92. RGB value is (68,129,146). Sum of RGB (Red+Green+Blue) = 68+129+146=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #448192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448192 is #BB7E6D. Grayscale: #707070. Windows color (decimal): -12287598 or 9601348. OLE color: 9601348.

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

Color convert

RGB 68 129 146 -
CMYK 0.53 0.12 0 0.43
HSL 193.08º 0.36% 0.42% -
HSV(B) 193.08º 0.53% 0.57% -
XYZ 15.42 19 30.05 -
YUV 112.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 68 129 146 0.53 0.12 0 0.43 193.08 0.36 0.42
Hex 44 81 92 35 C 0 2B C1 24 2A
Octal 104 201 222 65 14 0 53 301 44 52
Binary 1000100 10000001 10010010 110101 1100 0 101011 11000001 100100 101010

Color Harmonies of #448192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448192

Black with #448192

Text Example


Text Example

White with #448192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448192; }

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

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

background-color css

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

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

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

border-color css

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

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

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