Html Css Color HEX #447B9F Jelly Bean

📋 copy color: '#447B9F'

red 68 ◦ green 123 ◦ blue 159

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

Shades of Jelly Bean #447B9F

Tints of Jelly Bean #447B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 19.43%
G = 35.14%
B = 45.43%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#447B9F (or 0x447B9F) is known color: Jelly Bean. HEX triplet: 44, 7B and 9F. RGB value is (68,123,159). Sum of RGB (Red+Green+Blue) = 68+123+159=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #447B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B9F is #BB8460. Grayscale: #6E6E6E. Windows color (decimal): -12289121 or 10451780. OLE color: 10451780.

HSL color Cylindrical-coordinate representation of color #447B9F: hue angle of 203.74º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #447B9F is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 123 159 -
CMYK 0.57 0.23 0 0.38
HSL 203.74º 0.4% 0.45% -
HSV(B) 203.74º 0.57% 0.62% -
XYZ 15.72 17.9 35.43 -
YUV 110.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 68 123 159 0.57 0.23 0 0.38 203.74 0.4 0.45
Hex 44 7B 9F 39 17 0 26 CC 28 2D
Octal 104 173 237 71 27 0 46 314 50 55
Binary 1000100 1111011 10011111 111001 10111 0 100110 11001100 101000 101101

Color Harmonies of #447B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B9F

Black with #447B9F

Text Example


Text Example

White with #447B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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