Html Css Color HEX #447B9E Jelly Bean

📋 copy color: '#447B9E'

red 68 ◦ green 123 ◦ blue 158

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

Shades of Jelly Bean #447B9E

Tints of Jelly Bean #447B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 19.48%
G = 35.24%
B = 45.27%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#447B9E (or 0x447B9E) is known color: Jelly Bean. HEX triplet: 44, 7B and 9E. RGB value is (68,123,158). Sum of RGB (Red+Green+Blue) = 68+123+158=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #447B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B9E is #BB8461. Grayscale: #6E6E6E. Windows color (decimal): -12289122 or 10386244. OLE color: 10386244.

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

Color convert

RGB 68 123 158 -
CMYK 0.57 0.22 0 0.38
HSL 203.33º 0.4% 0.44% -
HSV(B) 203.33º 0.57% 0.62% -
XYZ 15.64 17.86 34.97 -
YUV 110.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 68 123 158 0.57 0.22 0 0.38 203.33 0.4 0.44
Hex 44 7B 9E 39 16 0 26 CB 28 2C
Octal 104 173 236 71 26 0 46 313 50 54
Binary 1000100 1111011 10011110 111001 10110 0 100110 11001011 101000 101100

Color Harmonies of #447B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B9E

Black with #447B9E

Text Example


Text Example

White with #447B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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