Html Css Color HEX #447785 Jelly Bean

📋 copy color: '#447785'

red 68 ◦ green 119 ◦ blue 133

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

Shades of Jelly Bean #447785

Tints of Jelly Bean #447785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 21.25%
G = 37.19%
B = 41.56%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447785 (or 0x447785) is known color: Jelly Bean. HEX triplet: 44, 77 and 85. RGB value is (68,119,133). Sum of RGB (Red+Green+Blue) = 68+119+133=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #447785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447785 is #BB887A. Grayscale: #696969. Windows color (decimal): -12290171 or 8746820. OLE color: 8746820.

HSL color Cylindrical-coordinate representation of color #447785: hue angle of 192.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447785 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 119 133 -
CMYK 0.49 0.11 0 0.48
HSL 192.92º 0.32% 0.39% -
HSV(B) 192.92º 0.49% 0.52% -
XYZ 13.21 16.12 24.6 -
YUV 105.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 68 119 133 0.49 0.11 0 0.48 192.92 0.32 0.39
Hex 44 77 85 31 B 0 30 C1 20 27
Octal 104 167 205 61 13 0 60 301 40 47
Binary 1000100 1110111 10000101 110001 1011 0 110000 11000001 100000 100111

Color Harmonies of #447785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447785

Black with #447785

Text Example


Text Example

White with #447785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447785; }

 p { color: rgb(68,119,133); }

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

background-color css

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

 a { background-color: rgb(68,119,133); }

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

border-color css

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

 span { border-color: rgb(68,119,133); }

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