Html Css Color HEX #447492 Jelly Bean

📋 copy color: '#447492'

red 68 ◦ green 116 ◦ blue 146

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

Shades of Jelly Bean #447492

Tints of Jelly Bean #447492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

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

R = 20.61%
G = 35.15%
B = 44.24%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447492 (or 0x447492) is known color: Jelly Bean. HEX triplet: 44, 74 and 92. RGB value is (68,116,146). Sum of RGB (Red+Green+Blue) = 68+116+146=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #447492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447492 is #BB8B6D. Grayscale: #686868. Windows color (decimal): -12290926 or 9598020. OLE color: 9598020.

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

Color convert

RGB 68 116 146 -
CMYK 0.53 0.21 0 0.43
HSL 203.08º 0.36% 0.42% -
HSV(B) 203.08º 0.53% 0.57% -
XYZ 13.82 15.8 29.51 -
YUV 105.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 68 116 146 0.53 0.21 0 0.43 203.08 0.36 0.42
Hex 44 74 92 35 15 0 2B CB 24 2A
Octal 104 164 222 65 25 0 53 313 44 52
Binary 1000100 1110100 10010010 110101 10101 0 101011 11001011 100100 101010

Color Harmonies of #447492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447492

Black with #447492

Text Example


Text Example

White with #447492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447492; }

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

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

background-color css

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

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

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

border-color css

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

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

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