Html Css Color HEX #447A8D Jelly Bean

📋 copy color: '#447A8D'

red 68 ◦ green 122 ◦ blue 141

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

Shades of Jelly Bean #447A8D

Tints of Jelly Bean #447A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 20.54%
G = 36.86%
B = 42.6%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#447A8D (or 0x447A8D) is known color: Jelly Bean. HEX triplet: 44, 7A and 8D. RGB value is (68,122,141). Sum of RGB (Red+Green+Blue) = 68+122+141=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #447A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A8D is #BB8572. Grayscale: #6B6B6B. Windows color (decimal): -12289395 or 9271876. OLE color: 9271876.

HSL color Cylindrical-coordinate representation of color #447A8D: hue angle of 195.62º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #447A8D is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 122 141 -
CMYK 0.52 0.13 0 0.45
HSL 195.62º 0.35% 0.41% -
HSV(B) 195.62º 0.52% 0.55% -
XYZ 14.15 17.07 27.75 -
YUV 108.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 68 122 141 0.52 0.13 0 0.45 195.62 0.35 0.41
Hex 44 7A 8D 34 D 0 2D C4 23 29
Octal 104 172 215 64 15 0 55 304 43 51
Binary 1000100 1111010 10001101 110100 1101 0 101101 11000100 100011 101001

Color Harmonies of #447A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A8D

Black with #447A8D

Text Example


Text Example

White with #447A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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