Html Css Color HEX #447BA0 Jelly Bean

📋 copy color: '#447BA0'

red 68 ◦ green 123 ◦ blue 160

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

Shades of Jelly Bean #447BA0

Tints of Jelly Bean #447BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 19.37%
G = 35.04%
B = 45.58%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#447BA0 (or 0x447BA0) is known color: Jelly Bean. HEX triplet: 44, 7B and A0. RGB value is (68,123,160). Sum of RGB (Red+Green+Blue) = 68+123+160=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #447BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BA0 is #BB845F. Grayscale: #6E6E6E. Windows color (decimal): -12289120 or 10517316. OLE color: 10517316.

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

Color convert

RGB 68 123 160 -
CMYK 0.57 0.23 0 0.37
HSL 204.13º 0.4% 0.45% -
HSV(B) 204.13º 0.58% 0.63% -
XYZ 15.81 17.93 35.89 -
YUV 110.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 68 123 160 0.57 0.23 0 0.37 204.13 0.4 0.45
Hex 44 7B A0 39 17 0 25 CC 28 2D
Octal 104 173 240 71 27 0 45 314 50 55
Binary 1000100 1111011 10100000 111001 10111 0 100101 11001100 101000 101101

Color Harmonies of #447BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BA0

Black with #447BA0

Text Example


Text Example

White with #447BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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