Html Css Color HEX #448092 Jelly Bean

📋 copy color: '#448092'

red 68 ◦ green 128 ◦ blue 146

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

Shades of Jelly Bean #448092

Tints of Jelly Bean #448092

RGB

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

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

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

R = 19.88%
G = 37.43%
B = 42.69%

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

#448092 (or 0x448092) is known color: Jelly Bean. HEX triplet: 44, 80 and 92. RGB value is (68,128,146). Sum of RGB (Red+Green+Blue) = 68+128+146=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #448092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448092 is #BB7F6D. Grayscale: #6F6F6F. Windows color (decimal): -12287854 or 9601092. OLE color: 9601092.

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

Color convert

RGB 68 128 146 -
CMYK 0.53 0.12 0 0.43
HSL 193.85º 0.36% 0.42% -
HSV(B) 193.85º 0.53% 0.57% -
XYZ 15.29 18.74 30.01 -
YUV 112.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 68 128 146 0.53 0.12 0 0.43 193.85 0.36 0.42
Hex 44 80 92 35 C 0 2B C2 24 2A
Octal 104 200 222 65 14 0 53 302 44 52
Binary 1000100 10000000 10010010 110101 1100 0 101011 11000010 100100 101010

Color Harmonies of #448092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448092

Black with #448092

Text Example


Text Example

White with #448092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448092; }

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

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

background-color css

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

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

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

border-color css

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

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

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