Html Css Color HEX #447D92 Jelly Bean

📋 copy color: '#447D92'

red 68 ◦ green 125 ◦ blue 146

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

Shades of Jelly Bean #447D92

Tints of Jelly Bean #447D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

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

R = 20.06%
G = 36.87%
B = 43.07%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447D92 (or 0x447D92) is known color: Jelly Bean. HEX triplet: 44, 7D and 92. RGB value is (68,125,146). Sum of RGB (Red+Green+Blue) = 68+125+146=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #447D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D92 is #BB826D. Grayscale: #6E6E6E. Windows color (decimal): -12288622 or 9600324. OLE color: 9600324.

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

Color convert

RGB 68 125 146 -
CMYK 0.53 0.14 0 0.43
HSL 196.15º 0.36% 0.42% -
HSV(B) 196.15º 0.53% 0.57% -
XYZ 14.91 17.97 29.88 -
YUV 110.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 68 125 146 0.53 0.14 0 0.43 196.15 0.36 0.42
Hex 44 7D 92 35 E 0 2B C4 24 2A
Octal 104 175 222 65 16 0 53 304 44 52
Binary 1000100 1111101 10010010 110101 1110 0 101011 11000100 100100 101010

Color Harmonies of #447D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D92

Black with #447D92

Text Example


Text Example

White with #447D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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