Html Css Color HEX #447D9D Jelly Bean

📋 copy color: '#447D9D'

red 68 ◦ green 125 ◦ blue 157

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

Shades of Jelly Bean #447D9D

Tints of Jelly Bean #447D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 19.43%
G = 35.71%
B = 44.86%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#447D9D (or 0x447D9D) is known color: Jelly Bean. HEX triplet: 44, 7D and 9D. RGB value is (68,125,157). Sum of RGB (Red+Green+Blue) = 68+125+157=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #447D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D9D is #BB8262. Grayscale: #6F6F6F. Windows color (decimal): -12288611 or 10321220. OLE color: 10321220.

HSL color Cylindrical-coordinate representation of color #447D9D: hue angle of 201.57º 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 #447D9D is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 125 157 -
CMYK 0.57 0.20 0 0.38
HSL 201.57º 0.4% 0.44% -
HSV(B) 201.57º 0.57% 0.62% -
XYZ 15.8 18.33 34.6 -
YUV 111.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 68 125 157 0.57 0.20 0 0.38 201.57 0.4 0.44
Hex 44 7D 9D 39 14 0 26 CA 28 2C
Octal 104 175 235 71 24 0 46 312 50 54
Binary 1000100 1111101 10011101 111001 10100 0 100110 11001010 101000 101100

Color Harmonies of #447D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D9D

Black with #447D9D

Text Example


Text Example

White with #447D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,157); }

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

background-color css

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

 a { background-color: rgb(68,125,157); }

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

border-color css

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

 span { border-color: rgb(68,125,157); }

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