Html Css Color HEX #447B99 Jelly Bean

📋 copy color: '#447B99'

red 68 ◦ green 123 ◦ blue 153

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

Shades of Jelly Bean #447B99

Tints of Jelly Bean #447B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 19.77%
G = 35.76%
B = 44.48%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#447B99 (or 0x447B99) is known color: Jelly Bean. HEX triplet: 44, 7B and 99. RGB value is (68,123,153). Sum of RGB (Red+Green+Blue) = 68+123+153=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #447B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B99 is #BB8466. Grayscale: #6D6D6D. Windows color (decimal): -12289127 or 10058564. OLE color: 10058564.

HSL color Cylindrical-coordinate representation of color #447B99: hue angle of 201.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #447B99 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 123 153 -
CMYK 0.56 0.20 0 0.4
HSL 201.18º 0.38% 0.43% -
HSV(B) 201.18º 0.56% 0.6% -
XYZ 15.22 17.69 32.75 -
YUV 109.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 68 123 153 0.56 0.20 0 0.4 201.18 0.38 0.43
Hex 44 7B 99 38 14 0 28 C9 26 2B
Octal 104 173 231 70 24 0 50 311 46 53
Binary 1000100 1111011 10011001 111000 10100 0 101000 11001001 100110 101011

Color Harmonies of #447B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B99

Black with #447B99

Text Example


Text Example

White with #447B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,123,153); }

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

background-color css

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

 a { background-color: rgb(68,123,153); }

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

border-color css

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

 span { border-color: rgb(68,123,153); }

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