Html Css Color HEX #447692 Jelly Bean

📋 copy color: '#447692'

red 68 ◦ green 118 ◦ blue 146

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

Shades of Jelly Bean #447692

Tints of Jelly Bean #447692

RGB

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

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

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

R = 20.48%
G = 35.54%
B = 43.98%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447692 (or 0x447692) is known color: Jelly Bean. HEX triplet: 44, 76 and 92. RGB value is (68,118,146). Sum of RGB (Red+Green+Blue) = 68+118+146=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #447692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447692 is #BB896D. Grayscale: #6A6A6A. Windows color (decimal): -12290414 or 9598532. OLE color: 9598532.

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

Color convert

RGB 68 118 146 -
CMYK 0.53 0.19 0 0.43
HSL 201.54º 0.36% 0.42% -
HSV(B) 201.54º 0.53% 0.57% -
XYZ 14.05 16.26 29.59 -
YUV 106.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 68 118 146 0.53 0.19 0 0.43 201.54 0.36 0.42
Hex 44 76 92 35 13 0 2B CA 24 2A
Octal 104 166 222 65 23 0 53 312 44 52
Binary 1000100 1110110 10010010 110101 10011 0 101011 11001010 100100 101010

Color Harmonies of #447692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447692

Black with #447692

Text Example


Text Example

White with #447692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447692; }

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

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

background-color css

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

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

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

border-color css

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

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

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