Html Css Color HEX #447985 Jelly Bean

📋 copy color: '#447985'

red 68 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #447985

Tints of Jelly Bean #447985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 21.12%
G = 37.58%
B = 41.3%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447985 (or 0x447985) is known color: Jelly Bean. HEX triplet: 44, 79 and 85. RGB value is (68,121,133). Sum of RGB (Red+Green+Blue) = 68+121+133=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #447985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447985 is #BB867A. Grayscale: #6A6A6A. Windows color (decimal): -12289659 or 8747332. OLE color: 8747332.

HSL color Cylindrical-coordinate representation of color #447985: hue angle of 191.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447985 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 121 133 -
CMYK 0.49 0.09 0 0.48
HSL 191.08º 0.32% 0.39% -
HSV(B) 191.08º 0.49% 0.52% -
XYZ 13.45 16.6 24.68 -
YUV 106.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 68 121 133 0.49 0.09 0 0.48 191.08 0.32 0.39
Hex 44 79 85 31 9 0 30 BF 20 27
Octal 104 171 205 61 11 0 60 277 40 47
Binary 1000100 1111001 10000101 110001 1001 0 110000 10111111 100000 100111

Color Harmonies of #447985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447985

Black with #447985

Text Example


Text Example

White with #447985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447985; }

 p { color: rgb(68,121,133); }

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

background-color css

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

 a { background-color: rgb(68,121,133); }

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

border-color css

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

 span { border-color: rgb(68,121,133); }

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