Html Css Color HEX #447C9B Jelly Bean

📋 copy color: '#447C9B'

red 68 ◦ green 124 ◦ blue 155

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

Shades of Jelly Bean #447C9B

Tints of Jelly Bean #447C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 19.6%
G = 35.73%
B = 44.67%

CMYK

 C value IS 0.56

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#447C9B (or 0x447C9B) is known color: Jelly Bean. HEX triplet: 44, 7C and 9B. RGB value is (68,124,155). Sum of RGB (Red+Green+Blue) = 68+124+155=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #447C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447C9B is #BB8364. Grayscale: #6E6E6E. Windows color (decimal): -12288869 or 10189892. OLE color: 10189892.

HSL color Cylindrical-coordinate representation of color #447C9B: hue angle of 201.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #447C9B is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 124 155 -
CMYK 0.56 0.2 0 0.39
HSL 201.38º 0.39% 0.44% -
HSV(B) 201.38º 0.56% 0.61% -
XYZ 15.51 18.01 33.67 -
YUV 110.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 68 124 155 0.56 0.2 0 0.39 201.38 0.39 0.44
Hex 44 7C 9B 38 14 0 27 C9 27 2C
Octal 104 174 233 70 24 0 47 311 47 54
Binary 1000100 1111100 10011011 111000 10100 0 100111 11001001 100111 101100

Color Harmonies of #447C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C9B

Black with #447C9B

Text Example


Text Example

White with #447C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,124,155); }

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

background-color css

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

 a { background-color: rgb(68,124,155); }

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

border-color css

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

 span { border-color: rgb(68,124,155); }

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