Html Css Color HEX #447595 Jelly Bean

📋 copy color: '#447595'

red 68 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #447595

Tints of Jelly Bean #447595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 20.36%
G = 35.03%
B = 44.61%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447595 (or 0x447595) is known color: Jelly Bean. HEX triplet: 44, 75 and 95. RGB value is (68,117,149). Sum of RGB (Red+Green+Blue) = 68+117+149=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #447595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447595 is #BB8A6A. Grayscale: #696969. Windows color (decimal): -12290667 or 9794884. OLE color: 9794884.

HSL color Cylindrical-coordinate representation of color #447595: hue angle of 203.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #447595 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 117 149 -
CMYK 0.54 0.21 0 0.42
HSL 203.7º 0.37% 0.43% -
HSV(B) 203.7º 0.54% 0.58% -
XYZ 14.17 16.12 30.8 -
YUV 106 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 68 117 149 0.54 0.21 0 0.42 203.7 0.37 0.43
Hex 44 75 95 36 15 0 2A CC 25 2B
Octal 104 165 225 66 25 0 52 314 45 53
Binary 1000100 1110101 10010101 110110 10101 0 101010 11001100 100101 101011

Color Harmonies of #447595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447595

Black with #447595

Text Example


Text Example

White with #447595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447595; }

 p { color: rgb(68,117,149); }

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

background-color css

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

 a { background-color: rgb(68,117,149); }

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

border-color css

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

 span { border-color: rgb(68,117,149); }

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