Html Css Color HEX #447A9B Jelly Bean

📋 copy color: '#447A9B'

red 68 ◦ green 122 ◦ blue 155

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

Shades of Jelly Bean #447A9B

Tints of Jelly Bean #447A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 19.71%
G = 35.36%
B = 44.93%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#447A9B (or 0x447A9B) is known color: Jelly Bean. HEX triplet: 44, 7A and 9B. RGB value is (68,122,155). Sum of RGB (Red+Green+Blue) = 68+122+155=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #447A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A9B is #BB8564. Grayscale: #6D6D6D. Windows color (decimal): -12289381 or 10189380. OLE color: 10189380.

HSL color Cylindrical-coordinate representation of color #447A9B: hue angle of 202.76º 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 #447A9B is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 122 155 -
CMYK 0.56 0.21 0 0.39
HSL 202.76º 0.39% 0.44% -
HSV(B) 202.76º 0.56% 0.61% -
XYZ 15.26 17.51 33.59 -
YUV 109.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 68 122 155 0.56 0.21 0 0.39 202.76 0.39 0.44
Hex 44 7A 9B 38 15 0 27 CB 27 2C
Octal 104 172 233 70 25 0 47 313 47 54
Binary 1000100 1111010 10011011 111000 10101 0 100111 11001011 100111 101100

Color Harmonies of #447A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A9B

Black with #447A9B

Text Example


Text Example

White with #447A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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