Html Css Color HEX #447690 Jelly Bean

📋 copy color: '#447690'

red 68 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #447690

Tints of Jelly Bean #447690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 20.61%
G = 35.76%
B = 43.64%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#447690 (or 0x447690) is known color: Jelly Bean. HEX triplet: 44, 76 and 90. RGB value is (68,118,144). Sum of RGB (Red+Green+Blue) = 68+118+144=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #447690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447690 is #BB896F. Grayscale: #696969. Windows color (decimal): -12290416 or 9467460. OLE color: 9467460.

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

Color convert

RGB 68 118 144 -
CMYK 0.53 0.18 0 0.44
HSL 200.53º 0.36% 0.42% -
HSV(B) 200.53º 0.53% 0.56% -
XYZ 13.9 16.2 28.78 -
YUV 106.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 68 118 144 0.53 0.18 0 0.44 200.53 0.36 0.42
Hex 44 76 90 35 12 0 2C C9 24 2A
Octal 104 166 220 65 22 0 54 311 44 52
Binary 1000100 1110110 10010000 110101 10010 0 101100 11001001 100100 101010

Color Harmonies of #447690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447690

Black with #447690

Text Example


Text Example

White with #447690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447690; }

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

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

background-color css

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

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

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

border-color css

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

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

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