Html Css Color HEX #447695 Jelly Bean

📋 copy color: '#447695'

red 68 ◦ green 118 ◦ blue 149

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

Shades of Jelly Bean #447695

Tints of Jelly Bean #447695

RGB

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

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

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

R = 20.3%
G = 35.22%
B = 44.48%

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

#447695 (or 0x447695) is known color: Jelly Bean. HEX triplet: 44, 76 and 95. RGB value is (68,118,149). Sum of RGB (Red+Green+Blue) = 68+118+149=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #447695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447695 is #BB896A. Grayscale: #6A6A6A. Windows color (decimal): -12290411 or 9795140. OLE color: 9795140.

HSL color Cylindrical-coordinate representation of color #447695: hue angle of 202.96º 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 #447695 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 118 149 -
CMYK 0.54 0.21 0 0.42
HSL 202.96º 0.37% 0.43% -
HSV(B) 202.96º 0.54% 0.58% -
XYZ 14.29 16.36 30.84 -
YUV 106.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 68 118 149 0.54 0.21 0 0.42 202.96 0.37 0.43
Hex 44 76 95 36 15 0 2A CB 25 2B
Octal 104 166 225 66 25 0 52 313 45 53
Binary 1000100 1110110 10010101 110110 10101 0 101010 11001011 100101 101011

Color Harmonies of #447695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447695

Black with #447695

Text Example


Text Example

White with #447695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447695; }

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

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

background-color css

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

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

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

border-color css

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

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

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